haskell-cabal2nix: updated to version 1.10
svn path=/nixpkgs/trunk/; revision=28560
This commit is contained in:
parent
91cad6a639
commit
1c0dd5e89c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cabal2nix";
|
||||
version = "1.9";
|
||||
sha256 = "0wfagx42l3jcjclwyw914srramh9jind1988xg7dkxblngqw153v";
|
||||
version = "1.10";
|
||||
sha256 = "1zyglwiv5xb5h21gcb0chcawlncnagivd2rziay4wv30xb06l804";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
buildDepends = [ HTTP mtl regexPosix ];
|
||||
|
|
Loading…
Reference in a new issue