diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:13:42 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:28 -0500 |
commit | f680955fb520e78e30eb104ffa621d2b53cd52bb (patch) | |
tree | ad1225c7ecfe60aab1efcdfbe78dc2dc77bc86ad /gnu | |
parent | 55ec98f29ab8c7a310706f1ca37333bab15572a6 (diff) |
gnu: ghc-shakespeare: Update to 2.0.22.
* gnu/packages/haskell-xyz.scm (ghc-shakespeare): Update to 2.0.22.
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 88f7e8dbe4..dbf6a10db0 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9153,7 +9153,7 @@ environment variables.") (define-public ghc-shakespeare (package (name "ghc-shakespeare") - (version "2.0.15") + (version "2.0.22") (source (origin (method url-fetch) @@ -9162,7 +9162,7 @@ environment variables.") "shakespeare-" version ".tar.gz")) (sha256 (base32 - "1vk4b19zvwy4mpwaq9z3l3kfmz75gfyf7alhh0y112gspgpccm23")))) + "1mc1a0vv070gcawwcx6vzpj6gpfh1qnlqrndiyfic3p500y656vh")))) (build-system haskell-build-system) (inputs `(("ghc-aeson" ,ghc-aeson) ("ghc-blaze-markup" ,ghc-blaze-markup) |