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