haskell-attempt: update to version 0.4.0.1
This commit is contained in:
parent
aaebdb7b1e
commit
d5a5c32775
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "attempt";
|
pname = "attempt";
|
||||||
version = "0.4.0";
|
version = "0.4.0.1";
|
||||||
sha256 = "0n7srd1gy1fa0q1qzizvdgmrc078jyx47115aw85vvl74vh9qyjy";
|
sha256 = "1gvq04ds62kk88r2210mxd1fggp6vf5p8j5hci9vqkkss1hy9rxh";
|
||||||
buildDepends = [ failure ];
|
buildDepends = [ failure ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/attempt/tree/master";
|
homepage = "http://github.com/snoyberg/attempt/tree/master";
|
||||||
description = "Concrete data type for handling extensible exceptions as failures";
|
description = "Concrete data type for handling extensible exceptions as failures. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in New Issue