mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
18250b97ae
had added him earlier.
16 lines
450 B
Nix
16 lines
450 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "transformers";
|
|
version = "0.2.2.0";
|
|
sha256 = "1nkazxy2p0w5ad76vg1lc4l0nla1kdqjdf9pymjgk75dpiyijbdz";
|
|
meta = {
|
|
description = "Concrete functor and monad transformers";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|