mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-safe: Update to 0.3.17.
* gnu/packages/haskell.scm (ghc-safe): Update to 0.3.17. [native-inputs]: Add ghc-quickcheck.
This commit is contained in:
parent
3e6fe51f9a
commit
17539a7ed1
1 changed files with 4 additions and 2 deletions
|
@ -3144,7 +3144,7 @@ style.")
|
||||||
(define-public ghc-safe
|
(define-public ghc-safe
|
||||||
(package
|
(package
|
||||||
(name "ghc-safe")
|
(name "ghc-safe")
|
||||||
(version "0.3.9")
|
(version "0.3.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3154,8 +3154,10 @@ style.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jdnp5zhvalf1xy8i872n29nljfjz6lnl9ghj80ffisrnnkrwcfh"))))
|
"0p3yaf5slvyz1cyy51jq64c5rlp8yzwim8iy2dlnk42if4gc9ibr"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
(home-page "https://github.com/ndmitchell/safe#readme")
|
(home-page "https://github.com/ndmitchell/safe#readme")
|
||||||
(synopsis "Library of safe (exception free) functions")
|
(synopsis "Library of safe (exception free) functions")
|
||||||
(description "This library provides wrappers around @code{Prelude} and
|
(description "This library provides wrappers around @code{Prelude} and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue