aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 22:31:17 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:12 +0200
commitddfb799e5d3dda9c773ec752f5638433c0a65185 (patch)
tree354cc56711ea9b3291b650aad09274878c56fc70 /gnu
parent568cafd56a341266dd3926e54136610728e7ba28 (diff)
downloadguix-ddfb799e5d3dda9c773ec752f5638433c0a65185.tar.gz
guix-ddfb799e5d3dda9c773ec752f5638433c0a65185.zip
gnu: ghc-indents: Update to 0.5.0.0.
* gnu/packages/haskell.scm (ghc-indents): Update to 0.5.0.0.
Diffstat (limited to 'gnu')
-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 101fca3a0e..fa00f68b83 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2509,7 +2509,7 @@ isn't available, portable implementations are used.")
(define-public ghc-indents
(package
(name "ghc-indents")
- (version "0.3.3")
+ (version "0.5.0.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2517,7 +2517,7 @@ isn't available, portable implementations are used.")
version ".tar.gz"))
(sha256
(base32
- "16lz21bp9j14xilnq8yym22p3saxvc9fsgfcf5awn2a6i6n527xn"))))
+ "1ly3v41jacc6lrsvg4j3m5a6zs90gr8dyif5m6bf34hj1k5cgg0n"))))
(build-system haskell-build-system)
(inputs
`(("ghc-parsec" ,ghc-parsec)