gnu: ghc-connection: Update to 0.2.8.

* gnu/packages/haskell.scm (ghc-connection): Update to 0.2.8.
master
Timothy Sample 2018-08-29 00:48:11 -04:00 committed by Ricardo Wurmus
parent d1d27a67bb
commit f4585fd1fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6416,7 +6416,7 @@ set, memory copy, ..) and more")
(define-public ghc-connection (define-public ghc-connection
(package (package
(name "ghc-connection") (name "ghc-connection")
(version "0.2.6") (version "0.2.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/" (uri (string-append "https://hackage.haskell.org/package/"
@ -6424,7 +6424,7 @@ set, memory copy, ..) and more")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1c1prsgad669cmf6qrqlb5hmh0dnam2imijqzpwcr4ja14l6rh83")))) "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-byteable" ,ghc-byteable) `(("ghc-byteable" ,ghc-byteable)