diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:19:06 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:34 -0500 |
commit | 50614014e4a739175123d42c118797e9c0a35a56 (patch) | |
tree | 67d82b8222a9731662870baa6fa9803b44db2e4c /gnu | |
parent | ae7fe90864a16b7fdc0e2b719cbb7a379c0f4dca (diff) | |
download | patches-50614014e4a739175123d42c118797e9c0a35a56.tar patches-50614014e4a739175123d42c118797e9c0a35a56.tar.gz |
gnu: ghc-exactprint: Update to 0.6.1.
* gnu/packages/haskell-xyz.scm (ghc-exactprint): Update to 0.6.1.
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 3afa1b8148..5999f521ff 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3237,7 +3237,7 @@ generated SQL and optimize it for your backend.") (define-public ghc-exactprint (package (name "ghc-exactprint") - (version "0.5.6.1") + (version "0.6.1") (source (origin (method url-fetch) @@ -3246,7 +3246,7 @@ generated SQL and optimize it for your backend.") "ghc-exactprint/ghc-exactprint-" version ".tar.gz")) (sha256 (base32 - "141k6qiys0m0r4br7ikp4i546vs3xcil9cwglzcdfcbnb5nj1z87")))) + "12nqpqmi9c57a3hgpfy8q073zryz66ylmcvf29hyffpj7vmmnvhl")))) (build-system haskell-build-system) (inputs `(("ghc-paths" ,ghc-paths) |