gnu: ghc-th-orphans: Update to 0.13.9.

* gnu/packages/haskell-xyz.scm (ghc-th-orphans): Update to 0.13.9.
This commit is contained in:
Timothy Sample 2019-10-31 10:30:13 -04:00
parent b9a5e634d1
commit 882b23e239
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -10397,14 +10397,14 @@ (define-public ghc-th-lift-instances
(define-public ghc-th-orphans
(package
(name "ghc-th-orphans")
(version "0.13.6")
(version "0.13.9")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"th-orphans/th-orphans-" version ".tar.gz"))
(sha256
(base32
"0sfl3pn9kq9da3ji3lsgzgzy82vz6yvsg80dmakc1jvk7awycibp"))))
"1xj1gssv77hdx1r3ndg8k49v3ipj3a6r7crkyvx13jrps3m6ng1z"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-lift" ,ghc-th-lift)