nixpkgs/pkgs/development/libraries/haskell/clean-unions/default.nix

17 lines
518 B
Nix
Raw Normal View History

2014-10-07 19:52:03 +04:00
# 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";
2014-10-07 19:52:03 +04:00
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 ];
};
})