haskell-neither: updated to version 0.3.0.1
svn path=/nixpkgs/trunk/; revision=31692
This commit is contained in:
parent
d1645c819d
commit
c037e74e61
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "neither";
|
pname = "neither";
|
||||||
version = "0.3.0";
|
version = "0.3.0.1";
|
||||||
sha256 = "0lak4y0k4cisr27vw2bnpd0pa1kkgv8r96z7vf19wg7brzarx71l";
|
sha256 = "1vr8zap3vp28dr48s510lfrbfhw5yz25vng6wyk20582lv4j2mz8";
|
||||||
buildDepends = [ failure 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. (deprecated)";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user