mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-clean-unions: new package
This commit is contained in:
parent
d2c09be961
commit
3a5708ddc2
16
pkgs/development/libraries/haskell/clean-unions/default.nix
Normal file
16
pkgs/development/libraries/haskell/clean-unions/default.nix
Normal file
@ -0,0 +1,16 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "clean-unions";
|
||||
version = "0.1";
|
||||
sha256 = "1nh4gy2ql2h9njvcx05gl2ng8g3hnvyiqq87nnh1xalsvrkh6j0v";
|
||||
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 ];
|
||||
};
|
||||
})
|
@ -435,6 +435,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
clay = callPackage ../development/libraries/haskell/clay {};
|
||||
|
||||
cleanUnions = callPackage ../development/libraries/haskell/clean-unions {};
|
||||
|
||||
clientsession = callPackage ../development/libraries/haskell/clientsession {};
|
||||
|
||||
clock = callPackage ../development/libraries/haskell/clock {};
|
||||
|
Loading…
Reference in New Issue
Block a user