summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:30:04 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:42 -0500
commit86526f37c3c431e8c0513e156301a2935306e4a2 (patch)
tree36412afc0a639ca60b2e1489ff23ce4480cf9526 /gnu/packages/haskell-xyz.scm
parentbc78e0d9561675b8f54b6bb87a6a347e2781726a (diff)
downloadguix-patches-86526f37c3c431e8c0513e156301a2935306e4a2.tar
guix-patches-86526f37c3c431e8c0513e156301a2935306e4a2.tar.gz
gnu: ghc-linear: Update to 1.20.9.
* gnu/packages/haskell-xyz.scm (ghc-linear): Update to 1.20.9.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-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 50e4d32ac3..bce7556410 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5989,7 +5989,7 @@ Kaseorg.")
(define-public ghc-linear
(package
(name "ghc-linear")
- (version "1.20.8")
+ (version "1.20.9")
(source
(origin
(method url-fetch)
@@ -5997,7 +5997,7 @@ Kaseorg.")
"linear-" version ".tar.gz"))
(sha256
(base32
- "046vkvxlb0s286qr55s0c6db0rlwbm1cmlmwhrrkqbkzhfcipgay"))))
+ "0h7yqigq593n7wsl7nz6a5f137wznm7y679wsii0ph0zsc4v5af5"))))
(build-system haskell-build-system)
(inputs
`(("ghc-adjunctions" ,ghc-adjunctions)