haskell-extensible-effects: re-generate expression with cabal2nix
This commit is contained in:
parent
731288059c
commit
8864a6ec55
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
HUnit QuickCheck testFramework testFrameworkHunit
|
HUnit QuickCheck testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2
|
testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/RobotGymnast/extensible-effects";
|
homepage = "https://github.com/RobotGymnast/extensible-effects";
|
||||||
description = "An Alternative to Monad Transformers";
|
description = "An Alternative to Monad Transformers";
|
||||||
@ -18,5 +19,4 @@ cabal.mkDerivation (self: {
|
|||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
jailbreak = true;
|
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user