aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 21:21:00 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:10 +0200
commit061832f1f96dbe60b5e0961650e37017a0116675 (patch)
tree27557bd06f83301931d342d1291ba75419d3c95b
parentc325dde2702540332d30b5525be1dc1441dd0281 (diff)
downloadguix-061832f1f96dbe60b5e0961650e37017a0116675.tar.gz
guix-061832f1f96dbe60b5e0961650e37017a0116675.zip
gnu: ghc-wl-pprint: Update to 1.2.1.
* gnu/packages/haskell.scm (ghc-wl-pprint): Update to 1.2.1.
-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 d8cb73c83a..696f42118d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3634,7 +3634,7 @@ a variety of ways.")
(define-public ghc-wl-pprint
(package
(name "ghc-wl-pprint")
- (version "1.2")
+ (version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3642,7 +3642,7 @@ a variety of ways.")
version ".tar.gz"))
(sha256
(base32
- "166zvk4zwn2zaa9kx66m1av38m34qp6h4i65bri2sfnxgvx0700r"))))
+ "0kn7y8pdrv8f87zhd5mifcl8fy3b2zvnzmzwhdqhxxlyzwiq6z0c"))))
(build-system haskell-build-system)
(home-page "https://hackage.haskell.org/package/wl-pprint")
(synopsis "Wadler/Leijen pretty printer")