16 lines
436 B
Nix
16 lines
436 B
Nix
# 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;
|
|
};
|
|
})
|