[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/153: gnu: ghc-http: Update to 4000.2.20.
From: |
Paul |
Subject: |
17/153: gnu: ghc-http: Update to 4000.2.20. |
Date: |
Wed, 21 Oct 2015 16:07:10 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit c39333f7f09a77eea029f27054efe518135ef41b
Author: Paul van der Walt <address@hidden>
Date: Wed Oct 14 23:20:28 2015 +0200
gnu: ghc-http: Update to 4000.2.20.
* gnu/packages/haskell.scm (ghc-http): Update to 4000.2.20. Add input
old-time, required in new GHC 7.10.2.
---
gnu/packages/haskell.scm | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index fe355ee..08d0c14 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1209,7 +1209,7 @@ package into this package.")
(define-public ghc-http
(package
(name "ghc-http")
- (version "4000.2.19")
+ (version "4000.2.20")
(outputs '("out" "doc"))
(source
(origin
@@ -1220,12 +1220,13 @@ package into this package.")
".tar.gz"))
(sha256
(base32
- "1yzm8gimh8g0wwbixcbxg60v4l3vgi63w9v55ms0x9qnm6vrgysz"))))
+ "0nyqdxr5ls2dxkf4a1f3x15xzwdm46ppn99nkcbhswlr6s3cq1s4"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hunit" ,ghc-hunit)))
(propagated-inputs
- `(("ghc-parsec" ,ghc-parsec)
+ `(("ghc-old-time" ,ghc-old-time)
+ ("ghc-parsec" ,ghc-parsec)
("ghc-mtl" ,ghc-mtl)
("ghc-network" ,ghc-network)
("ghc-network-uri" ,ghc-network-uri)))
- 27/153: gnu: Add ghc-temporary., (continued)
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/21
- 02/153: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/21
- 29/153: gnu: Add ghc-hspec-expectations., Paul, 2015/10/21
- 01/153: gnu: ghc: Update to 7.10.2., Paul, 2015/10/21
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/21
- 17/153: gnu: ghc-http: Update to 4000.2.20.,
Paul <=
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/21
- 38/153: gnu: Add ghc-pcre-light., Paul, 2015/10/21
- 21/153: gnu: Add ghc-async., Paul, 2015/10/21
- 39/153: gnu: Add ghc-logict., Paul, 2015/10/21
- 55/153: gnu: Add ghc-easy-file., Paul, 2015/10/21
- 50/153: gnu: Add ghc-vault., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21
- 52/153: gnu: Add ghc-transformers-base., Paul, 2015/10/21
- 91/153: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/21
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/21