mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
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:
parent
b9a5e634d1
commit
882b23e239
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue