summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 c4b3505a088..b75608547bb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9104,13 +9104,13 @@ building up, manipulating and serialising @code{Pandoc} structures.")
9104(define-public ghc-parsec 9104(define-public ghc-parsec
9105 (package 9105 (package
9106 (name "ghc-parsec") 9106 (name "ghc-parsec")
9107 (version "3.1.15.0") 9107 (version "3.1.18.0")
9108 (source (origin 9108 (source (origin
9109 (method url-fetch) 9109 (method url-fetch)
9110 (uri (hackage-uri "parsec" version)) 9110 (uri (hackage-uri "parsec" version))
9111 (sha256 9111 (sha256
9112 (base32 9112 (base32
9113 "1v8zs8zv1rk16lag2yqaxfwanjpgnh4gxw1vd70py0n04d20z0lq")))) 9113 "1byha0j1i0h5wwzafm0csx0y8maga17r6my2z5w2ciki789rybs0"))))
9114 (build-system haskell-build-system) 9114 (build-system haskell-build-system)
9115 (native-inputs (list ghc-tasty ghc-tasty-hunit)) 9115 (native-inputs (list ghc-tasty ghc-tasty-hunit))
9116 (home-page "https://github.com/haskell/parsec") 9116 (home-page "https://github.com/haskell/parsec")