haskell-extensible-effects: re-generate expression with cabal2nix

This commit is contained in:
Peter Simons 2014-06-23 22:36:12 +02:00
parent 731288059c
commit 8864a6ec55

View file

@ -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;
})