cabal2nix: make the package visible from the top-level
This means that "nix-env -i cabal2nix" suffices to install this package.
This commit is contained in:
@@ -15,7 +15,7 @@ mkDerivation rec {
|
||||
sha256 = "1w5ba7cdanpq4nr8xngk1jsj0p6b17c6ap24ldzggrln216f3f7d";
|
||||
deepClone = true;
|
||||
};
|
||||
isLibrary = true;
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
aeson ansi-wl-pprint base bytestring Cabal containers
|
||||
|
||||
Reference in New Issue
Block a user