1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #4046 from phunehehe/add-functor-infix

add functor-infix
This commit is contained in:
William A. Kennington III 2014-09-11 21:25:57 -07:00
commit ebc62d4e91
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 {};