mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
haskell-either: update to version 3.0.3
This commit is contained in:
parent
18df74561d
commit
98067f47bf
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "either";
|
pname = "either";
|
||||||
version = "3.0.2";
|
version = "3.0.3";
|
||||||
sha256 = "1s3rpxxqc9052hrmiznwqwxhl4826qzbgpivpv5acxfhm0w06lhg";
|
sha256 = "02kpb8xd19n00ll61haqr6k3hy8qmbdf73gr4zs59q9xh0739qxc";
|
||||||
buildDepends = [ semigroupoids semigroups transformers ];
|
buildDepends = [ semigroupoids semigroups transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/either/";
|
homepage = "http://github.com/ekmett/either/";
|
||||||
|
Loading…
Reference in New Issue
Block a user