[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
102/177: gnu: ghc-bifunctors: Update to 5.5.2.
From: |
Ricardo Wurmus |
Subject: |
102/177: gnu: ghc-bifunctors: Update to 5.5.2. |
Date: |
Tue, 13 Feb 2018 07:38:19 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 7044882ce75222f98bc1933665127184ba6a5f50
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 23:59:46 2018 +0100
gnu: ghc-bifunctors: Update to 5.5.2.
* gnu/packages/haskell.scm (ghc-bifunctors): Update to 5.5.2.
[inputs]: Add ghc-base-orphans, ghc-comonad, ghc-th-abstraction, and
ghc-transformers-compat.
[native-inputs]: Add ghc-hspec, hspec-discover, and ghc-quickcheck.
---
gnu/packages/haskell.scm | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 839ba1e..bd5480d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4268,7 +4268,7 @@ cross-site scripting (@dfn{XSS}) attacks.")
(define-public ghc-bifunctors
(package
(name "ghc-bifunctors")
- (version "5")
+ (version "5.5.2")
(source
(origin
(method url-fetch)
@@ -4278,11 +4278,19 @@ cross-site scripting (@dfn{XSS}) attacks.")
".tar.gz"))
(sha256
(base32
- "13990xdgx0n23qgi18ghhmsywj5zkr0a5bim0g8a4nzi0cx95ps1"))))
+ "04fbsysm6zl8kmvqgffmrqa9bxl9dl2gibrd51asqzg737mb4ark"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-tagged" ,ghc-tagged)
+ `(("ghc-base-orphans" ,ghc-base-orphans)
+ ("ghc-comonad" ,ghc-comonad)
+ ("ghc-th-abstraction" ,ghc-th-abstraction)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)
+ ("ghc-tagged" ,ghc-tagged)
("ghc-semigroups" ,ghc-semigroups)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("hspec-discover" ,hspec-discover)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
(home-page "https://github.com/ekmett/bifunctors/")
(synopsis "Bifunctors for Haskell")
(description "This package provides bifunctors for Haskell.")
- 93/177: gnu: ghc-pcre-light: Update to 0.4.0.4., (continued)
- 93/177: gnu: ghc-pcre-light: Update to 0.4.0.4., Ricardo Wurmus, 2018/02/13
- 94/177: gnu: ghc-parsers: Update to 0.12.4., Ricardo Wurmus, 2018/02/13
- 95/177: gnu: ghc-case-insensitive: Update to 1.2.0.7., Ricardo Wurmus, 2018/02/13
- 92/177: gnu: ghc-temporary: Update to 1.2.0.4., Ricardo Wurmus, 2018/02/13
- 98/177: gnu: ghc-parsec: Update to 3.1.11., Ricardo Wurmus, 2018/02/13
- 99/177: gnu: ghc-vault: Update to 0.3.0.6., Ricardo Wurmus, 2018/02/13
- 128/177: gnu: ghc-haskell-src-meta: Update to 0.8.0.2, Ricardo Wurmus, 2018/02/13
- 127/177: gnu: ghc-th-orphans: Update to 0.13.2., Ricardo Wurmus, 2018/02/13
- 155/177: gnu: ghc-connection: Update to 0.2.6., Ricardo Wurmus, 2018/02/13
- 104/177: gnu: ghc-texmath: Update to 0.10.1.1., Ricardo Wurmus, 2018/02/13
- 102/177: gnu: ghc-bifunctors: Update to 5.5.2.,
Ricardo Wurmus <=
- 103/177: gnu: ghc-pandoc-types: Update to 1.17.3.1., Ricardo Wurmus, 2018/02/13
- 109/177: gnu: ghc-wai-logger: Update to 2.3.0., Ricardo Wurmus, 2018/02/13
- 110/177: gnu: ghc-wai-extra: Update to 3.0.18., Ricardo Wurmus, 2018/02/13
- 111/177: gnu: ghc-xss-sanitize: Update to 0.3.5.7., Ricardo Wurmus, 2018/02/13
- 113/177: gnu: ghc-blaze-html: Update to 0.8.1.2., Ricardo Wurmus, 2018/02/13
- 115/177: gnu: ghc-aeson-pretty: Update to 0.8.2., Ricardo Wurmus, 2018/02/13
- 117/177: gnu: ghc-x509: Update to 1.6.4., Ricardo Wurmus, 2018/02/13
- 118/177: gnu: ghc-x509-store: Update to 1.6.2., Ricardo Wurmus, 2018/02/13
- 116/177: gnu: ghc-cryptonite: Update to 0.20., Ricardo Wurmus, 2018/02/13
- 121/177: gnu: ghc-openglraw: Update to 3.2.7.0., Ricardo Wurmus, 2018/02/13