summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 01:22:21 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:47:57 -0500
commit1159d1a52696b9336bdbf7b23fbea1dc429d3e41 (patch)
tree79fdb96de9d9a510070a091dc3bf2aff75a99eb4
parentf8cfee0632b0bea758fa262d2e4c0d1613058614 (diff)
downloadguix-patches-1159d1a52696b9336bdbf7b23fbea1dc429d3e41.tar
guix-patches-1159d1a52696b9336bdbf7b23fbea1dc429d3e41.tar.gz
gnu: ghc-appar: Update to 0.1.8.
* gnu/packages/haskell-xyz.scm (ghc-appar): Update to 0.1.8.
-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 127058e00a..6e7e81d2a9 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -336,7 +336,7 @@ colored output using the ansi-terminal package.")
(define-public ghc-appar
(package
(name "ghc-appar")
- (version "0.1.4")
+ (version "0.1.8")
(source
(origin
(method url-fetch)
@@ -346,7 +346,7 @@ colored output using the ansi-terminal package.")
".tar.gz"))
(sha256
(base32
- "09jb9ij78fdkz2qk66rw99q19qnm504dpv0yq0pjsl6xwjmndsjq"))))
+ "07v3h766q9mnhphsm53718h1lds147ix7dj15kc5hnsj4vffvkn4"))))
(build-system haskell-build-system)
(home-page
"https://hackage.haskell.org/package/appar")