diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:11:27 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:27 -0500 |
commit | 6ee0d2584c9f7dbcc331caad42ecdadf2e3b5819 (patch) | |
tree | 5a1db1afff5a7084bd385895c7ba1214e2b6fe21 /gnu/packages | |
parent | ecaf0b0c8629f6e1fa942487ca283d55aa8c5564 (diff) |
gnu: ghc-connection: Update to 0.3.1.
* gnu/packages/haskell-xyz.scm (ghc-connection): Update to 0.3.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index f5f7174212..4827f8ba41 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -2177,7 +2177,7 @@ and daemons. The features include: (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 @@ and daemons. The features include: version ".tar.gz")) (sha256 (base32 - "1swkb9w5vx9ph7x55y51dc0srj2z27nd9ibgn8c0qcl6hx7g9cbh")))) + "1nbmafhlg0wy4aa3p7amjddbamdz6avzrxn4py3lvhrjqn4raxax")))) (build-system haskell-build-system) (inputs `(("ghc-byteable" ,ghc-byteable) |