gnu: ghc-cmdargs: Update to 0.10.18.
* gnu/packages/haskell.scm (ghc-cmdargs): Update to 0.10.18.
This commit is contained in:
parent
b84908566d
commit
bfd2ebda71
|
@ -829,17 +829,16 @@ tool lex or flex for C/C++.")
|
||||||
(define-public ghc-cmdargs
|
(define-public ghc-cmdargs
|
||||||
(package
|
(package
|
||||||
(name "ghc-cmdargs")
|
(name "ghc-cmdargs")
|
||||||
(version "0.10.13")
|
(version "0.10.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://hackage.haskell.org/package/cmdargs/cmdargs-"
|
"https://hackage.haskell.org/package/cmdargs/cmdargs-"
|
||||||
version
|
version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vmz7f0ssrqlp6wzmc0mjqj4qczfgk58g0lr0yz7jamamlgpq4b6"))))
|
"1lnmcsf6p9yrwwz1zvrw5lbc32xpff7b70yz4ylawaflnlz6wrlh"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"http://community.haskell.org/~ndm/cmdargs/")
|
"http://community.haskell.org/~ndm/cmdargs/")
|
||||||
|
|
Loading…
Reference in New Issue