haskellPackages: fix monadlab and Crypto with most recent ghc

svn path=/nixpkgs/trunk/; revision=16295
This commit is contained in:
Marc Weber
2009-07-09 22:23:59 +00:00
parent 07df330fd5
commit 769dec7238
3 changed files with 6 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
{cabal}:
{cabal, HUnit, QuickCheck}:
cabal.mkDerivation (self : {
pname = "Crypto";
version = "4.1.0";
sha256 = "0984c833c5dfa6f4d56fd6fb284db7b7cef6676dc7999a1436aa856becba2b8f";
propagatedBuildInputs = [HUnit QuickCheck];
meta = {
description = "Several encryption algorithms for Haskell";
};