gnu: ghc-connection: Update to 0.2.6.

* gnu/packages/haskell.scm (ghc-connection): Update to 0.2.6.
This commit is contained in:
Ricardo Wurmus 2018-02-13 11:33:51 +01:00
parent 15009c14ed
commit e41fad216d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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