1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +02:00

gnu: ghc-fmlist: Update to 0.9.3.

* gnu/packages/haskell-xyz.scm (ghc-fmlist): Update to 0.9.3.
This commit is contained in:
Timothy Sample 2019-10-31 00:49:57 -04:00
parent 2f17316097
commit fe9b83a602
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -3584,7 +3584,7 @@ arithmetic.")
(define-public ghc-fmlist (define-public ghc-fmlist
(package (package
(name "ghc-fmlist") (name "ghc-fmlist")
(version "0.9.2") (version "0.9.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3594,7 +3594,7 @@ arithmetic.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02868865hqm189h5wjd916abvqwkhbrx5b0119s1dwp70ifvbi4g")))) "1w9nhm2zybdx4c1lalkajwqr8wcs731lfjld2r8gknd7y96x8pwf"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(home-page "https://github.com/sjoerdvisscher/fmlist") (home-page "https://github.com/sjoerdvisscher/fmlist")
(synopsis "FoldMap lists") (synopsis "FoldMap lists")