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:
Peter Simons
2015-08-07 22:59:45 +02:00
parent 13dc24f5c3
commit 3dbfcdc3d4
3 changed files with 3 additions and 3 deletions

View File

@@ -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