about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/clean-unions/default.nix
blob: 9ec71da8eeca4e3fb5744a86f3575df4bf3a29ef (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 = "clean-unions";
  version = "0.1.1";
  sha256 = "1y4cj15s6gjcazwk0iycyc2qs7chrqcvchf4g5h4xnf2x8ld4i21";
  meta = {
    homepage = "https://github.com/fumieval/clean-unions";
    description = "Open unions without need for Typeable";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})