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