summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 12:59:54 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:23 -0500
commit37a05591293eeb8c3051e8c5aac7f2e1ca9abde5 (patch)
tree070dae0769384f5653397669aab0df89bd1151ab
parente5ccc5f78c658c25171c094b310d1497508f8d2a (diff)
downloadguix-37a05591293eeb8c3051e8c5aac7f2e1ca9abde5.tar.gz
gnu: ghc-haskell-src-exts: Update to 1.21.1.
* gnu/packages/haskell-xyz.scm (ghc-haskell-src-exts): Update to 1.21.1.
-rw-r--r--gnu/packages/haskell-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a655faeb24..753da9e373 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4523,7 +4523,7 @@ package are to parse or generate Haskell 98 code.")
 (define-public ghc-haskell-src-exts
   (package
     (name "ghc-haskell-src-exts")
-    (version "1.20.2")
+    (version "1.21.1")
     (source
      (origin
        (method url-fetch)
@@ -4533,7 +4533,7 @@ package are to parse or generate Haskell 98 code.")
              ".tar.gz"))
        (sha256
         (base32
-         "1sm3z4v1p5yffg01ldgavz71s3bvfhjfa13k428rk14bpkl8crlz"))))
+         "0q1y8n3d82gid9bcx8wxsqqmj9mq11fg3gp5yzpfbw958dhi3j9f"))))
     (build-system haskell-build-system)
     (inputs
      `(("cpphs" ,cpphs)