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:
parent
ded4ac3871
commit
7307a2f8a4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue