diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 09:48:59 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:01 -0500 |
commit | c38746eb7b7918e5c45deffc5fbf7c093403ae51 (patch) | |
tree | a9a2ec842ff7e272106a86d62a9b0b3ced18d676 /gnu/packages | |
parent | 24fc8daea3f3ee348b839cd7aa33767ae65613fd (diff) | |
download | patches-c38746eb7b7918e5c45deffc5fbf7c093403ae51.tar patches-c38746eb7b7918e5c45deffc5fbf7c093403ae51.tar.gz |
gnu: ghc-ansi-wl-pprint: Update to 0.6.9.
* gnu/packages/haskell-xyz.scm (ghc-ansi-wl-pprint): Update to 0.6.9.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index e0c8918080..f1e3081f92 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -313,7 +313,7 @@ cursor, and changing the title.") (define-public ghc-ansi-wl-pprint (package (name "ghc-ansi-wl-pprint") - (version "0.6.8.2") + (version "0.6.9") (source (origin (method url-fetch) @@ -322,7 +322,7 @@ cursor, and changing the title.") version ".tar.gz")) (sha256 (base32 - "0gnb4mkqryv08vncxnj0bzwcnd749613yw3cxfzw6y3nsldp4c56")))) + "1b2fg8px98dzbaqyns10kvs8kn6cl1hdq5wb9saz40izrpkyicm7")))) (build-system haskell-build-system) (inputs `(("ghc-ansi-terminal" ,ghc-ansi-terminal))) |