mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
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: {
|
||||
pname = "neither";
|
||||
version = "0.2.0";
|
||||
sha256 = "0a2lyx3dvgzj4g6p69x1fma4rmwxrykji3hc4diqgc4hx02p16jh";
|
||||
buildDepends = [ failure monadPeel transformers ];
|
||||
version = "0.3.0";
|
||||
sha256 = "0lak4y0k4cisr27vw2bnpd0pa1kkgv8r96z7vf19wg7brzarx71l";
|
||||
buildDepends = [ failure transformers ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/neither";
|
||||
description = "Provide versions of Either with good monad and applicative instances";
|
||||
|
Loading…
Reference in New Issue
Block a user