add functor-infix

This commit is contained in:
Hoang Xuan Phu 2014-09-11 23:35:42 +07:00
parent 16225209c6
commit b5c219d5dc
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "functor-infix";
version = "0.0.1";
sha256 = "1f8m4nxlr2il9j0ilgw91fhp6mmz5xqlhylavncqwvbcq82362dc";
meta = {
homepage = "https://github.com/fmap/functor-infix";
description = "Compositions of functors";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -873,6 +873,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
fuzzcheck = callPackage ../development/libraries/haskell/fuzzcheck {};
functorInfix = callPackage ../development/libraries/haskell/functor-infix {};
gamma = callPackage ../development/libraries/haskell/gamma {};
geniplate = callPackage ../development/libraries/haskell/geniplate {};