4 lines
82 B
Nix
4 lines
82 B
Nix
|
{ haskellPackages, haskell }:
|
||
|
|
||
|
haskellPackages.callCabal2nix "rauhala-api" ./. {}
|