diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 11:32:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-13 13:37:40 +0100 |
commit | 3869735729076d488d19643c5316527a185125e3 (patch) | |
tree | 6f64ee1ce34044e3100aabe367a63cc360098043 /gnu | |
parent | 9e21b4a8b82b326aaaf74c14508fbb979fa275c5 (diff) |
gnu: ghc-logging-facade: Update to 0.1.1.
* gnu/packages/haskell.scm (ghc-logging-facade): Update to 0.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2e0b3c2ed3..278316c008 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -5385,7 +5385,7 @@ space as enumerator/iteratee and pipes.") (define-public ghc-logging-facade (package (name "ghc-logging-facade") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) (uri (string-append "https://hackage.haskell.org/package/" @@ -5393,7 +5393,7 @@ space as enumerator/iteratee and pipes.") version ".tar.gz")) (sha256 (base32 - "0zhdbjyj0j9by19rma9alxysrxnnl3s4kks4zk4bx0dg5xa0264y")))) + "18ldv6rsff480rqpbs3iabjpvn1fhw0i2a0g80jnhxg9ajfz5yb0")))) (build-system haskell-build-system) (native-inputs `(("ghc-hspec" ,ghc-hspec) |