summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/monomorphic/default.nix
blob: e160878b68021b1e9917d032e17b8e630483d6bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "monomorphic";
  version = "0.0.3.2";
  sha256 = "13zw506wifz2lf7n4a48rkn7ym44jpiqag21zc1py6xxdlkbrhh2";
  meta = {
    homepage = "https://github.com/konn/monomorphic";
    description = "Library to convert polymorphic datatypes to/from its monomorphic represetation";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})