me
/
guix
Archived
1
0
Fork 0

gnu: ghc-linear: Update to 1.20.9.

* gnu/packages/haskell-xyz.scm (ghc-linear): Update to 1.20.9.
master
Timothy Sample 2019-10-31 13:30:04 -04:00
parent bc78e0d956
commit 86526f37c3
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -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)