haskell-free-operational: Remove expression

This commit is contained in:
John Wiegley
2014-06-20 22:33:36 -07:00
parent 11e25f1a3e
commit 9d36361931
2 changed files with 0 additions and 20 deletions

View File

@@ -1,18 +0,0 @@
{ cabal, comonadTransformers, free, kanExtensions, mtl, comonad
, transformers
}:
cabal.mkDerivation (self: {
pname = "free-operational";
version = "0.5.0.0";
sha256 = "0gim4m0l76sxxg6a8av1gl6qjpwxwdzyviij86d06v1150r08dmb";
jailbreak = true; # needs an old version of kan-extensions
buildDepends = [
comonadTransformers free kanExtensions mtl transformers comonad
];
meta = {
description = "Operational Applicative, Alternative, Monad and MonadPlus from free types";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})