[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/272: gnu: ghc-comonad: Update to 5.0.4.
From: |
Ricardo Wurmus |
Subject: |
163/272: gnu: ghc-comonad: Update to 5.0.4. |
Date: |
Mon, 1 Oct 2018 06:13:38 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c2828c8149ee06577c861f21acfcf4418bd711f8
Author: Timothy Sample <address@hidden>
Date: Wed Aug 29 00:29:10 2018 -0400
gnu: ghc-comonad: Update to 5.0.4.
* gnu/packages/haskell.scm (ghc-comonad): Update to 5.0.4.
[native-inputs]: Add cabal-doctest and ghc-doctest.
---
gnu/packages/haskell.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d2db25c..0e883d1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3043,7 +3043,7 @@ parser isolation, and labeled blocks for better error
messages.")
(define-public ghc-comonad
(package
(name "ghc-comonad")
- (version "5")
+ (version "5.0.4")
(source
(origin
(method url-fetch)
@@ -3053,10 +3053,11 @@ parser isolation, and labeled blocks for better error
messages.")
".tar.gz"))
(sha256
(base32
- "0anb36m9z52y9xsipxzj9w1b41b2rj8r389cxd6d20dplnfv3rbq"))))
+ "09g870c4flp4k3fgbibsd0mmfjani1qcpbcl685v8x89kxzrva3q"))))
(build-system haskell-build-system)
(native-inputs
- `(("ghc-doctest" ,ghc-doctest)))
+ `(("cabal-doctest" ,cabal-doctest)
+ ("ghc-doctest" ,ghc-doctest)))
(inputs
`(("ghc-contravariant" ,ghc-contravariant)
("ghc-distributive" ,ghc-distributive)
- 137/272: gnu: ghc-fgl: Replace "--allow-newer" flags., (continued)
- 137/272: gnu: ghc-fgl: Replace "--allow-newer" flags., Ricardo Wurmus, 2018/10/01
- 138/272: gnu: ghc-generic-deriving: Update to 1.12.2., Ricardo Wurmus, 2018/10/01
- 133/272: gnu: ghc-uuid: Update Cabal file to r2 and relax dependencies., Ricardo Wurmus, 2018/10/01
- 141/272: gnu: Add ghc-newtype-generics., Ricardo Wurmus, 2018/10/01
- 146/272: gnu: ghc-openglraw: Update to 3.3.1.0., Ricardo Wurmus, 2018/10/01
- 144/272: gnu: ghc-fgl-arbitrary: Replace "--allow-newer" flags., Ricardo Wurmus, 2018/10/01
- 147/272: gnu: ghc-temporary: Update to 1.3., Ricardo Wurmus, 2018/10/01
- 143/272: gnu: ghc-doctest: Update to 0.16.0., Ricardo Wurmus, 2018/10/01
- 166/272: gnu: ghc-megaparsec: Update to 6.5.0., Ricardo Wurmus, 2018/10/01
- 155/272: gnu: ghc-mockery: Update to 0.3.5., Ricardo Wurmus, 2018/10/01
- 163/272: gnu: ghc-comonad: Update to 5.0.4.,
Ricardo Wurmus <=
- 161/272: gnu: ghc-attoparsec: Enable tests and allow newer QuickCheck., Ricardo Wurmus, 2018/10/01
- 159/272: gnu: ghc-x509-store: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 170/272: gnu: ghc-x509-system: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 173/272: gnu: ghc-attoparsec-iso8601: Update Cabal file to r1., Ricardo Wurmus, 2018/10/01
- 176/272: gnu: ghc-email-validate: Update to 2.3.2.6., Ricardo Wurmus, 2018/10/01
- 187/272: gnu: ghc-aeson-compat: Update to 0.3.8., Ricardo Wurmus, 2018/10/01
- 178/272: gnu: ghc-haskell-src-exts-util: Update to 0.2.3., Ricardo Wurmus, 2018/10/01
- 175/272: gnu: ghc-cgi: Adjust dependency constraints., Ricardo Wurmus, 2018/10/01
- 204/272: gnu: ghc-reducers: Update to 3.12.3., Ricardo Wurmus, 2018/10/01
- 192/272: gnu: ghc-http-api-data: Update to 0.3.8.1., Ricardo Wurmus, 2018/10/01