me
/
guix
Archived
1
0
Fork 0

gnu: ghc-th-expand-syns: Update to 0.4.5.0.

* gnu/packages/haskell-xyz.scm (ghc-th-expand-syns): Update to 0.4.5.0.
master
Timothy Sample 2019-10-31 09:55:25 -04:00
parent 197ddf33ac
commit 8c766600bd
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -10306,7 +10306,7 @@ Template Haskell.")
(define-public ghc-th-expand-syns
(package
(name "ghc-th-expand-syns")
(version "0.4.4.0")
(version "0.4.5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -10314,7 +10314,7 @@ Template Haskell.")
version ".tar.gz"))
(sha256
(base32
"01prlvh3py5hq5ccjidfyp9ixq2zd88dkbsidyjrpkja6v8m43yc"))))
"1p4wfyycan8zsp9wi7npx36qwbfsbcgdyxi3ii51scf69dkrx42y"))))
(build-system haskell-build-system)
(inputs
`(("ghc-syb" ,ghc-syb)))