haskell-digestive-functors: update to version 0.6.2.0
This commit is contained in:
parent
03ed015510
commit
9fe0d36963
@ -1,15 +1,15 @@
|
|||||||
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
|
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
|
||||||
, testFrameworkQuickcheck2, text
|
, testFrameworkQuickcheck2, text, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "digestive-functors";
|
pname = "digestive-functors";
|
||||||
version = "0.6.1.1";
|
version = "0.6.2.0";
|
||||||
sha256 = "05px6xal6kzppph5nm9w60vsdz0d9gng8zp26ipwpxzk57jg4jjw";
|
sha256 = "1d07ws5s34x9sviq7mfkl6fh1rl28r5x1rmgbkcxil5h6gxn5mi7";
|
||||||
buildDepends = [ mtl text ];
|
buildDepends = [ mtl text time ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 text
|
testFrameworkQuickcheck2 text time
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user