3
0
Fork 0
forked from mirrors/nixpkgs

haskell-digestive-functors: update to version 0.6.2.0

This commit is contained in:
Peter Simons 2013-12-14 11:30:18 +01:00
parent 03ed015510
commit 9fe0d36963

View file

@ -1,15 +1,15 @@
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, text
, testFrameworkQuickcheck2, text, time
}:
cabal.mkDerivation (self: {
pname = "digestive-functors";
version = "0.6.1.1";
sha256 = "05px6xal6kzppph5nm9w60vsdz0d9gng8zp26ipwpxzk57jg4jjw";
buildDepends = [ mtl text ];
version = "0.6.2.0";
sha256 = "1d07ws5s34x9sviq7mfkl6fh1rl28r5x1rmgbkcxil5h6gxn5mi7";
buildDepends = [ mtl text time ];
testDepends = [
HUnit mtl QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 text
testFrameworkQuickcheck2 text time
];
jailbreak = true;
meta = {