haskell-extensible-effects: update to version 1.8.1.0
This commit is contained in:
parent
4d026fdce1
commit
669e88371e
@ -1,14 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, HUnit, QuickCheck, testFramework, testFrameworkHunit
|
{ cabal, free, HUnit, kanExtensions, QuickCheck, testFramework
|
||||||
, testFrameworkQuickcheck2, transformers, transformersBase
|
, testFrameworkHunit, testFrameworkQuickcheck2, transformers
|
||||||
|
, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "extensible-effects";
|
pname = "extensible-effects";
|
||||||
version = "1.7.1.2";
|
version = "1.8.1.0";
|
||||||
sha256 = "1mvyiqlga6al81j4b4rg9yl46ml5s0hnx1g2hyvqljzr12njmajv";
|
sha256 = "0ssnb1c63lnal6k8f1v36scwqr8m430gq0ssss7r8ndqcbpnlc64";
|
||||||
buildDepends = [ transformers transformersBase ];
|
buildDepends = [
|
||||||
|
free kanExtensions transformers transformersBase
|
||||||
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit QuickCheck testFramework testFrameworkHunit
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user