mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
add functor-infix
This commit is contained in:
parent
16225209c6
commit
b5c219d5dc
2 changed files with 17 additions and 0 deletions
15
pkgs/development/libraries/haskell/functor-infix/default.nix
Normal file
15
pkgs/development/libraries/haskell/functor-infix/default.nix
Normal 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;
|
||||
};
|
||||
})
|
|
@ -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 {};
|
||||
|
|
Loading…
Reference in a new issue