mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: ghc-http-types: Update to 0.12.1.
* gnu/packages/haskell-web.scm (ghc-http-types): Update to 0.12.1.
This commit is contained in:
parent
57f25c7d9e
commit
7da274a808
1 changed files with 4 additions and 6 deletions
|
@ -118,17 +118,15 @@ (define-public ghc-httpd-shed
|
||||||
(define-public ghc-http-types
|
(define-public ghc-http-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-http-types")
|
(name "ghc-http-types")
|
||||||
(version "0.11")
|
(version "0.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/http-types/"
|
||||||
"https://hackage.haskell.org/package/http-types/http-types-"
|
"http-types-" version ".tar.gz"))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08w30rf1i7kbh2j1iajqmj6yhhmglnb8kjggc8kdni3xahhrgcss"))))
|
"1wv9k6nlvkdsxwlr7gaynphvzmvi5211gvwq96mbcxgk51a739rz"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-doctest" ,ghc-doctest)
|
`(("ghc-doctest" ,ghc-doctest)
|
||||||
|
|
Loading…
Reference in a new issue