1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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
+2 -2
View File
@@ -5893,14 +5893,14 @@ function which generates instances.")
(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)