gnu: purescript: Update to 0.15.8.
* gnu/packages/purescript.scm (purescript): Update to 0.15.8. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
621dad1a37
commit
e1c1090a0a
1 changed files with 2 additions and 2 deletions
|
@ -34,13 +34,13 @@
|
||||||
(define-public purescript
|
(define-public purescript
|
||||||
(package
|
(package
|
||||||
(name "purescript")
|
(name "purescript")
|
||||||
(version "0.15.7")
|
(version "0.15.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hackage-uri "purescript" version))
|
(uri (hackage-uri "purescript" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1krjkgmxpfqf5a1jqs7qbg6r7ball1464zw6vgrdfzl9057c6l4f"))))
|
(base32 "1h5d5hjc9hrlk718lf62qzaq1l6ppr0l2b3fl78csyh86cihh750"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(properties '((upstream-name . "purescript")))
|
(properties '((upstream-name . "purescript")))
|
||||||
(inputs (list ghc-aeson
|
(inputs (list ghc-aeson
|
||||||
|
|
Reference in a new issue