mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: ghc-th-expand-syns: Update to 0.4.4.0.
* gnu/packages/haskell.scm (ghc-th-expand-syns): Update to 0.4.4.0.
This commit is contained in:
parent
5285d61490
commit
46f8898118
1 changed files with 2 additions and 2 deletions
|
@ -5682,7 +5682,7 @@ (define-public ghc-th-lift-instances
|
||||||
(define-public ghc-th-expand-syns
|
(define-public ghc-th-expand-syns
|
||||||
(package
|
(package
|
||||||
(name "ghc-th-expand-syns")
|
(name "ghc-th-expand-syns")
|
||||||
(version "0.4.0.0")
|
(version "0.4.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/"
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
@ -5690,7 +5690,7 @@ (define-public ghc-th-expand-syns
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sjy7a17zwyvlbkc8gklii67sy78wpnw35fyb00lsbnpk4cryd2r"))))
|
"01prlvh3py5hq5ccjidfyp9ixq2zd88dkbsidyjrpkja6v8m43yc"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-syb" ,ghc-syb)))
|
`(("ghc-syb" ,ghc-syb)))
|
||||||
|
|
Loading…
Reference in a new issue