haskell-neither: updated to version 0.3.0
svn path=/nixpkgs/trunk/; revision=29459
This commit is contained in:
parent
45e9e5e66b
commit
31d8e3cada
@ -1,10 +1,10 @@
|
|||||||
{ cabal, failure, monadPeel, transformers }:
|
{ cabal, failure, transformers }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "neither";
|
pname = "neither";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
sha256 = "0a2lyx3dvgzj4g6p69x1fma4rmwxrykji3hc4diqgc4hx02p16jh";
|
sha256 = "0lak4y0k4cisr27vw2bnpd0pa1kkgv8r96z7vf19wg7brzarx71l";
|
||||||
buildDepends = [ failure monadPeel transformers ];
|
buildDepends = [ failure transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/neither";
|
homepage = "http://github.com/snoyberg/neither";
|
||||||
description = "Provide versions of Either with good monad and applicative instances";
|
description = "Provide versions of Either with good monad and applicative instances";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user