[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30892] [PATCH 36/37] gnu: ghc-conduit-extra: Update to 1.1.14.
From: |
rsiddharth |
Subject: |
[bug#30892] [PATCH 36/37] gnu: ghc-conduit-extra: Update to 1.1.14. |
Date: |
Wed, 21 Mar 2018 03:45:14 +0000 |
* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.1.14.
---
gnu/packages/haskell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 89c6c77c0..89d56f8ea 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -6248,7 +6248,7 @@ better for some purposes.")
(define-public ghc-conduit-extra
(package
(name "ghc-conduit-extra")
- (version "1.1.13.3")
+ (version "1.1.14")
(source
(origin
(method url-fetch)
@@ -6257,7 +6257,7 @@ better for some purposes.")
version ".tar.gz"))
(sha256
(base32
- "0j3cqpkrn7lbpviv6w0gjh93fjjbh1an2sq0yz7svaawja8civy2"))))
+ "1ij3qcfk7q90fl6gklpy2k5ka9jgzrvs8frq0gy7gdcgyaabqfkg"))))
(build-system haskell-build-system)
(inputs
`(("ghc-conduit" ,ghc-conduit)
--
2.16.2
- [bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core., (continued)
- [bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 32/37] gnu: ghc-psqueues: Disable tests., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 19/37] gnu: Add ghc-generics-sop., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 34/37] gnu: Add ghc-email-validate., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 35/37] gnu: Add ghc-yesod-form., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 37/37] gnu: Add ghc-yesod., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 23/37] gnu: Add ghc-persistent., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 21/37] gnu: Add ghc-time-locale-compat., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 25/37] gnu: Add ghc-persistent-template., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 36/37] gnu: ghc-conduit-extra: Update to 1.1.14.,
rsiddharth <=
- [bug#30892] [PATCH 28/37] gnu: Add ghc-microlens-th., rsiddharth, 2018/03/20
- [bug#30892] [PATCH 30/37] gnu: Add ghc-persistent-sqlite., rsiddharth, 2018/03/20
- bug#30892: [PATCH 00/37] Add ghc-yesod and its dependencies., Ludovic Courtès, 2018/03/31