haskell-cabal2nix: updated to version 1.17
svn path=/nixpkgs/trunk/; revision=29356
This commit is contained in:
parent
1be8f5f076
commit
363510a983
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cabal2nix";
|
pname = "cabal2nix";
|
||||||
version = "1.16";
|
version = "1.17";
|
||||||
sha256 = "02gffdc6q7xfaglx4rf0vc7784zmdnfklh88si83qcrz15wzgp2k";
|
sha256 = "0pga0rfghpvjazhs0mgnxg2kf82m8bsmlx3g9pxhiw5f4amfr2g7";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ hackageDb HTTP mtl nixosTypes regexPosix ];
|
buildDepends = [ hackageDb HTTP mtl nixosTypes regexPosix ];
|
||||||
|
Loading…
Reference in New Issue
Block a user