[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
208/272: gnu: ghc-either: Update to 5.0.1.
From: |
Ricardo Wurmus |
Subject: |
208/272: gnu: ghc-either: Update to 5.0.1. |
Date: |
Mon, 1 Oct 2018 06:13:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 751a8c0b43268aa5b33bae9fe5615c9dcf5abcfb
Author: Timothy Sample <address@hidden>
Date: Wed Aug 29 00:57:23 2018 -0400
gnu: ghc-either: Update to 5.0.1.
* gnu/packages/haskell.scm (ghc-either): Update to 5.0.1.
[native-inputs]: Add ghc-quickcheck, ghc-test-framework, and
ghc-test-framework-quickcheck2.
---
gnu/packages/haskell.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 394c541..734dc2c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9119,7 +9119,7 @@ which consume random values.")
(define-public ghc-either
(package
(name "ghc-either")
- (version "4.4.1.1")
+ (version "5.0.1")
(source
(origin
(method url-fetch)
@@ -9128,7 +9128,7 @@ which consume random values.")
"either-" version ".tar.gz"))
(sha256
(base32
- "1lrlwqqnm6ibfcydlv5qvvssw7bm0c6yypy0rayjzv1znq7wp1xh"))))
+ "064hjfld7dkzs78sy30k5qkiva3hx24rax6dvzz5ygr2c0zypdkc"))))
(build-system haskell-build-system)
(inputs `(("ghc-bifunctors" ,ghc-bifunctors)
("ghc-exceptions" ,ghc-exceptions)
@@ -9140,6 +9140,10 @@ which consume random values.")
("ghc-semigroups" ,ghc-semigroups)
("ghc-semigroupoids" ,ghc-semigroupoids)
("ghc-transformers-base" ,ghc-transformers-base)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-test-framework" ,ghc-test-framework)
+ ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
(home-page "https://github.com/ekmett/either")
(synopsis "Provides an either monad transformer for Haskell")
(description "This Haskell package provides an either monad transformer.")
- 182/272: gnu: ghc-parsers: Update to 0.12.9., (continued)
- 182/272: gnu: ghc-parsers: Update to 0.12.9., Ricardo Wurmus, 2018/10/01
- 177/272: gnu: ghc-glut: Update to 2.7.0.14., Ricardo Wurmus, 2018/10/01
- 186/272: gnu: agda: Update to 2.5.4.1., Ricardo Wurmus, 2018/10/01
- 184/272: gnu: ghc-tls: Update to 1.4.1., Ricardo Wurmus, 2018/10/01
- 181/272: gnu: ghc-http-date: Update to 0.0.8., Ricardo Wurmus, 2018/10/01
- 189/272: gnu: ghc-connection: Update to 0.2.8., Ricardo Wurmus, 2018/10/01
- 202/272: gnu: ghc-http-client-tls: Update to 0.3.5.3., Ricardo Wurmus, 2018/10/01
- 180/272: gnu: ghc-hslua: Update to 0.9.5.2., Ricardo Wurmus, 2018/10/01
- 201/272: gnu: ghc-free: Update to 5.0.2., Ricardo Wurmus, 2018/10/01
- 193/272: gnu: ghc-lifted-async: Update to 0.10.0.2., Ricardo Wurmus, 2018/10/01
- 208/272: gnu: ghc-either: Update to 5.0.1.,
Ricardo Wurmus <=
- 226/272: gnu: Add ghc-cryptohash-sha256., Ricardo Wurmus, 2018/10/01
- 236/272: gnu: ghc-chart: Update to 1.9., Ricardo Wurmus, 2018/10/01
- 234/272: gnu: ghc-warp: Update to 3.2.23., Ricardo Wurmus, 2018/10/01
- 215/272: gnu: idris: Update to 1.3.0., Ricardo Wurmus, 2018/10/01
- 268/272: gnu: shellcheck: Update to 0.5.0., Ricardo Wurmus, 2018/10/01
- 195/272: gnu: ghc-profunctors: Update Cabal file to r2., Ricardo Wurmus, 2018/10/01
- 205/272: gnu: ghc-skylighting: Update to 0.7.2., Ricardo Wurmus, 2018/10/01
- 223/272: gnu: ghc-simple-sendfile: Update to 0.2.27., Ricardo Wurmus, 2018/10/01
- 212/272: gnu: ghc-kan-extensions: Update to 5.2., Ricardo Wurmus, 2018/10/01
- 235/272: gnu: xmobar: Update to 0.28., Ricardo Wurmus, 2018/10/01