summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:17:15 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:31 -0500
commitd3a0e0b4c262b948e260834582f105d46d8e0c94 (patch)
treed2c53f3b42042619ae90abb463e4a9c3e50d9dbc
parent60e78e684e9627e9366f0c062d66caefbf3b7c03 (diff)
downloadpatches-d3a0e0b4c262b948e260834582f105d46d8e0c94.tar
patches-d3a0e0b4c262b948e260834582f105d46d8e0c94.tar.gz
gnu: ghc-invariant: Update to 0.5.3.
* gnu/packages/haskell-xyz.scm (ghc-invariant): Update to 0.5.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 58709be6b8..c5a1c006f9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5359,7 +5359,7 @@ example code on the home page for a quick introduction.")
(define-public ghc-invariant
(package
(name "ghc-invariant")
- (version "0.5.1")
+ (version "0.5.3")
(source
(origin
(method url-fetch)
@@ -5368,7 +5368,7 @@ example code on the home page for a quick introduction.")
version ".tar.gz"))
(sha256
(base32
- "0aqj7z55632qdg45074kgn9qfdxzb0a2f8lgjzr0l0i4mm2rr37b"))))
+ "03245nhcqxx6b0yw81fzqaqd7cgllmx8awzhvs2xv7ys73pmsgnp"))))
(build-system haskell-build-system)
(inputs
`(("ghc-bifunctors" ,ghc-bifunctors)