forked from mirrors/nixpkgs
Merge pull request #5800 from MP2E/cabal2nix_dep_fix
Add haskellngPackages.cabal2nix missing dependencies
This commit is contained in:
commit
7b6abfd665
|
@ -131,9 +131,10 @@ self: super: {
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = with self; [
|
buildDepends = with self; [
|
||||||
aeson base bytestring Cabal containers deepseq directory filepath
|
aeson base bytestring Cabal containers deepseq deepseq-generics
|
||||||
hackage-db monad-par monad-par-extras mtl pretty process
|
directory filepath hackage-db hspec monad-par monad-par-extras
|
||||||
regex-posix SHA split transformers utf8-string
|
mtl pretty process regex-posix SHA split transformers
|
||||||
|
utf8-string QuickCheck
|
||||||
];
|
];
|
||||||
testDepends = with self; [ base doctest ];
|
testDepends = with self; [ base doctest ];
|
||||||
homepage = "http://github.com/NixOS/cabal2nix";
|
homepage = "http://github.com/NixOS/cabal2nix";
|
||||||
|
|
Loading…
Reference in a new issue