diff options
| author | Saku Laesvuori <saku@laesvuori.fi> | 2026-01-07 16:35:09 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-13 08:51:32 +0200 |
| commit | dbbc34518373d0834cb33a0e4baafcc58612863d (patch) | |
| tree | 30575f8f3f3cbb1d22514e95c1b5a7744e7f0ed0 /gnu | |
| parent | fa32a030f6c19e2b6055443e7033b2eb0a04204c (diff) | |
gnu: ghc-parsec: Update to version 3.1.18.0
* gnu/packages/haskell-xyz.scm (ghc-parsec): Update.
Change-Id: I9c6186d566255fd5fc08ed05d33cdcc0e8fbc313
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
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") |
