haskell-extensible-effects: update to version 1.9.0.1
This commit is contained in:
parent
4e47c0d54e
commit
47aea6758b
@ -1,20 +1,18 @@
|
|||||||
# 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, free, HUnit, kanExtensions, QuickCheck, testFramework
|
{ cabal, HUnit, QuickCheck, testFramework, testFrameworkHunit
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, transformers
|
, testFrameworkQuickcheck2, transformers, transformersBase
|
||||||
, transformersBase
|
, typeAligned, void
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "extensible-effects";
|
pname = "extensible-effects";
|
||||||
version = "1.8.1.0";
|
version = "1.9.0.1";
|
||||||
sha256 = "0ssnb1c63lnal6k8f1v36scwqr8m430gq0ssss7r8ndqcbpnlc64";
|
sha256 = "17hl4x4052jfn7xs6xhnc6d3x75a8haw2zsbnjd6rr5gsd1hq5kx";
|
||||||
buildDepends = [
|
buildDepends = [ transformers transformersBase typeAligned void ];
|
||||||
free kanExtensions transformers transformersBase
|
|
||||||
];
|
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit QuickCheck testFramework testFrameworkHunit
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2 void
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user