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

* gnu/packages/haskell.scm (ghc-th-expand-syns): Update to 0.4.4.0.
master
Timothy Sample 2018-08-28 22:37:49 -04:00 committed by Ricardo Wurmus
parent 5285d61490
commit 46f8898118
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5682,7 +5682,7 @@ instances. This package provides orphan instances for @code{containers},
(define-public ghc-th-expand-syns
(package
(name "ghc-th-expand-syns")
(version "0.4.0.0")
(version "0.4.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@ -5690,7 +5690,7 @@ instances. This package provides orphan instances for @code{containers},
version ".tar.gz"))
(sha256
(base32
"1sjy7a17zwyvlbkc8gklii67sy78wpnw35fyb00lsbnpk4cryd2r"))))
"01prlvh3py5hq5ccjidfyp9ixq2zd88dkbsidyjrpkja6v8m43yc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-syb" ,ghc-syb)))