nixpkgs/pkgs/development/libraries/haskell/clean-unions/default.nix
2014-10-14 17:39:33 +02:00

17 lines
518 B
Nix

# 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 ];
};
})