summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 00:49:57 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:55 -0500
commitfe9b83a60277ed0eeaa800b826efba6ed157c5b5 (patch)
treea67b39cd1729f7c47f45179061cb429be664050a
parent2f17316097310b8e87b0d103caae59ef22215e61 (diff)
downloadguix-patches-fe9b83a60277ed0eeaa800b826efba6ed157c5b5.tar
guix-patches-fe9b83a60277ed0eeaa800b826efba6ed157c5b5.tar.gz
gnu: ghc-fmlist: Update to 0.9.3.
* gnu/packages/haskell-xyz.scm (ghc-fmlist): Update to 0.9.3.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 4f936dffe6..1b550ac2ed 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3584,7 +3584,7 @@ arithmetic.")
(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 @@ arithmetic.")
version ".tar.gz"))
(sha256
(base32
- "02868865hqm189h5wjd916abvqwkhbrx5b0119s1dwp70ifvbi4g"))))
+ "1w9nhm2zybdx4c1lalkajwqr8wcs731lfjld2r8gknd7y96x8pwf"))))
(build-system haskell-build-system)
(home-page "https://github.com/sjoerdvisscher/fmlist")
(synopsis "FoldMap lists")