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

* gnu/packages/haskell.scm (ghc-th-orphans): Update to 0.13.6.
This commit is contained in:
Timothy Sample 2018-08-29 00:21:12 -04:00 committed by Ricardo Wurmus
parent ded4ac3871
commit 7307a2f8a4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5893,14 +5893,14 @@ (define-public ghc-th-reify-many
(define-public ghc-th-orphans
(package
(name "ghc-th-orphans")
(version "0.13.2")
(version "0.13.6")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"th-orphans/th-orphans-" version ".tar.gz"))
(sha256
(base32
"0102vkyzpgnp2fys8pvw4khrhrh2y1b8dp1slgvn020vg4s351mc"))))
"0sfl3pn9kq9da3ji3lsgzgzy82vz6yvsg80dmakc1jvk7awycibp"))))
(build-system haskell-build-system)
(inputs
`(("ghc-th-lift" ,ghc-th-lift)