mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-failure: updated to version 0.1.0.1
svn path=/nixpkgs/trunk/; revision=28322
This commit is contained in:
parent
4bb349b467
commit
517521e507
1 changed files with 11 additions and 6 deletions
|
@ -1,12 +1,17 @@
|
|||
{cabal}:
|
||||
{cabal} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "failure";
|
||||
version = "0.1.0";
|
||||
sha256 = "08c4e51dbbc0852836ff5bf791e9c62dca748aed8554bb6271618ab3d6a04b2c";
|
||||
version = "0.1.0.1";
|
||||
sha256 = "15zkhnxkfsd3qf4wmcp6kcfip9ahb4s3ywnh14whmhicp9mkm3q0";
|
||||
meta = {
|
||||
description = "A simple type class for success/failure computations";
|
||||
license = "Public Domain";
|
||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
||||
homepage = "http://www.haskell.org/haskellwiki/Failure";
|
||||
description = "A simple type class for success/failure computations.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.simons
|
||||
self.stdenv.lib.maintainers.andres
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue