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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "newtype";
  version = "0.2";
  sha256 = "0ng4i5r73256gzwl6bw57h0abqixj783c3ggph1hk2wsplx0655p";
  meta = {
    description = "A typeclass and set of functions for working with newtypes";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})