gnu: ghc-connection: Update to 0.3.1.

* gnu/packages/haskell-xyz.scm (ghc-connection): Update to 0.3.1.
This commit is contained in:
Timothy Sample 2019-10-31 13:11:27 -04:00
parent ecaf0b0c86
commit 6ee0d2584c
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -2177,7 +2177,7 @@ (define-public ghc-configurator
(define-public ghc-connection
(package
(name "ghc-connection")
(version "0.2.8")
(version "0.3.1")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -2185,7 +2185,7 @@ (define-public ghc-connection
version ".tar.gz"))
(sha256
(base32
"1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh"))))
"1nbmafhlg0wy4aa3p7amjddbamdz6avzrxn4py3lvhrjqn4raxax"))))
(build-system haskell-build-system)
(inputs
`(("ghc-byteable" ,ghc-byteable)