haskell-cabal2nix: updated to version 1.28

svn path=/nixpkgs/trunk/; revision=33016
This commit is contained in:
Peter Simons 2012-03-12 14:15:14 +00:00
parent c86a90c4e9
commit dd90a8b709

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cabal2nix";
version = "1.27";
sha256 = "1s9gbnzx2wcrp9gg0vdpcv61jmv44hmilb5rj4ighnbfv7kv365z";
version = "1.28";
sha256 = "04996v4b0767qzyi2g42anl30h1abaip77hvdj6hhfrvyrgdfsaw";
isLibrary = false;
isExecutable = true;
buildDepends = [ Cabal filepath hackageDb HTTP mtl regexPosix ];