gnu: ghc-http: Update to 4000.3.3.

* gnu/packages/haskell-web.scm (ghc-http): Update to 4000.3.3.
This commit is contained in:
Ricardo Wurmus 2018-02-13 00:04:47 +01:00
parent 93303a3a18
commit 92299af06c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ both client and server code).")
(define-public ghc-http (define-public ghc-http
(package (package
(name "ghc-http") (name "ghc-http")
(version "4000.2.20") (version "4000.3.3")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -137,7 +137,7 @@ both client and server code).")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0nyqdxr5ls2dxkf4a1f3x15xzwdm46ppn99nkcbhswlr6s3cq1s4")))) "1wlvvqcxsnd2is3khsla0vd8i9cy12v1pg6d6i13ihcd131a7bdv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs (native-inputs
`(("ghc-hunit" ,ghc-hunit))) `(("ghc-hunit" ,ghc-hunit)))