Added tuple and OneTuple.
svn path=/nixpkgs/trunk/; revision=26592
This commit is contained in:
13
pkgs/development/libraries/haskell/OneTuple/default.nix
Normal file
13
pkgs/development/libraries/haskell/OneTuple/default.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{cabal}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "OneTuple";
|
||||
version = "0.2.1";
|
||||
sha256 = "1x52b68zh3k9lnps5s87kzan7dzvqp6mrwgayjq15w9dv6v78vsb";
|
||||
meta = {
|
||||
description = "Singleton Tuple";
|
||||
license = "BSD";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user