gnu: dhall: Update to 1.32.0.
* gnu/packages/dhall.scm (dhall): Update to 1.32.0. [inputs]: Add ghc-half.
This commit is contained in:
parent
5e7daec9b4
commit
2971ed5734
1 changed files with 7 additions and 11 deletions
|
@ -30,17 +30,14 @@
|
||||||
(define-public dhall
|
(define-public dhall
|
||||||
(package
|
(package
|
||||||
(name "dhall")
|
(name "dhall")
|
||||||
(version "1.31.1")
|
(version "1.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "https://hackage.haskell.org/package/dhall/dhall-"
|
||||||
"https://hackage.haskell.org/package/dhall/dhall-"
|
version ".tar.gz"))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1imj0bh5365pdizvjbw2wqz0g9hakigf1zm4fr6379qdchxpp90p"))))
|
||||||
"18v7vvcbcm9s7slh6h43rj9yakkkxwnwgj6kv84i6qzd2j7d80mc"))))
|
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-aeson" ,ghc-aeson)
|
`(("ghc-aeson" ,ghc-aeson)
|
||||||
|
@ -56,6 +53,7 @@
|
||||||
("ghc-dotgen" ,ghc-dotgen)
|
("ghc-dotgen" ,ghc-dotgen)
|
||||||
("ghc-either" ,ghc-either)
|
("ghc-either" ,ghc-either)
|
||||||
("ghc-exceptions" ,ghc-exceptions)
|
("ghc-exceptions" ,ghc-exceptions)
|
||||||
|
("ghc-half" ,ghc-half)
|
||||||
("ghc-hashable" ,ghc-hashable)
|
("ghc-hashable" ,ghc-hashable)
|
||||||
("ghc-lens-family-core" ,ghc-lens-family-core)
|
("ghc-lens-family-core" ,ghc-lens-family-core)
|
||||||
("ghc-megaparsec" ,ghc-megaparsec)
|
("ghc-megaparsec" ,ghc-megaparsec)
|
||||||
|
@ -131,10 +129,8 @@
|
||||||
"examples/True\" :: IO Bool"))
|
"examples/True\" :: IO Bool"))
|
||||||
""))
|
""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page
|
(home-page "https://dhall-lang.org/")
|
||||||
"https://dhall-lang.org/")
|
(synopsis "Configuration language guaranteed to terminate")
|
||||||
(synopsis
|
|
||||||
"Configuration language guaranteed to terminate")
|
|
||||||
(description
|
(description
|
||||||
"Dhall is an explicitly typed configuration language that is not Turing
|
"Dhall is an explicitly typed configuration language that is not Turing
|
||||||
complete. Despite being Turing incomplete, Dhall is a real programming
|
complete. Despite being Turing incomplete, Dhall is a real programming
|
||||||
|
|
Reference in a new issue