summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 23:49:28 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:16 +0200
commit1cf4f2729f05872eb3d7a2eade1bde5120e502f8 (patch)
tree6ead16881eed75a5539f1462cc61e89b456e26a3
parent16b4b6d1b93cefc565500ff35cac434a9dda21bb (diff)
downloadguix-patches-1cf4f2729f05872eb3d7a2eade1bde5120e502f8.tar
guix-patches-1cf4f2729f05872eb3d7a2eade1bde5120e502f8.tar.gz
gnu: ghc-logging-facade: Update to 0.3.0.
* gnu/packages/haskell.scm (ghc-logging-facade): Update to 0.3.0.
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6327b4fe84..3a607bfb4e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5975,7 +5975,7 @@ space as enumerator/iteratee and pipes.")
(define-public ghc-logging-facade
(package
(name "ghc-logging-facade")
- (version "0.1.1")
+ (version "0.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -5983,7 +5983,7 @@ space as enumerator/iteratee and pipes.")
version ".tar.gz"))
(sha256
(base32
- "18ldv6rsff480rqpbs3iabjpvn1fhw0i2a0g80jnhxg9ajfz5yb0"))))
+ "0d0lwxxgd16is9aw6v3ps4r9prv3dj8xscmm45fvzq3nicjiawcf"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)