nixpkgs/pkgs/development/libraries/haskell/multiplate/default.nix
2014-08-09 13:49:24 +02:00

18 lines
543 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, transformers }:
cabal.mkDerivation (self: {
pname = "multiplate";
version = "0.0.2";
sha256 = "02pqfkdcv4fn0pmxphg19b3fiazn4hpphfj8xgp77vpy2lczndsw";
buildDepends = [ transformers ];
jailbreak = true;
meta = {
homepage = "http://haskell.org/haskellwiki/Multiplate";
description = "Lightweight generic library for mutually recursive data types";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})