summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-web.scm
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:08:39 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:25 -0500
commit8fd2a8169bd1d2ad120d7b4e4dee52703a893e49 (patch)
tree3ff70933cffdf0aebae4537a80fcd1970ea158bd /gnu/packages/haskell-web.scm
parentb6b2c2183bdd8271f8926650b9751dbee20a3ddd (diff)
downloadguix-patches-8fd2a8169bd1d2ad120d7b4e4dee52703a893e49.tar
guix-patches-8fd2a8169bd1d2ad120d7b4e4dee52703a893e49.tar.gz
gnu: ghc-hxt: Update to 9.3.1.18.
* gnu/packages/haskell-web.scm (ghc-hxt): Update to 9.3.1.18.
Diffstat (limited to 'gnu/packages/haskell-web.scm')
-rw-r--r--gnu/packages/haskell-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index b85fae905a..4e2e151576 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1274,7 +1274,7 @@ derivations of regular expressions.")
(define-public ghc-hxt
(package
(name "ghc-hxt")
- (version "9.3.1.16")
+ (version "9.3.1.18")
(source
(origin
(method url-fetch)
@@ -1284,7 +1284,7 @@ derivations of regular expressions.")
".tar.gz"))
(sha256
(base32
- "1qq3ykgn355rx242xjcbqqksgvwr6k2fdj5phw4iv28qqxff6m8d"))))
+ "0836k65px3w9c5h1h2bmzq5a7mp6ajxwvfg3pfr2kbxwkgc0j63j"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hxt-charproperties" ,ghc-hxt-charproperties)