me
/
guix
Archived
1
0
Fork 0

gnu: ghc-exactprint: Update to 0.6.1.

* gnu/packages/haskell-xyz.scm (ghc-exactprint): Update to 0.6.1.
master
Timothy Sample 2019-10-31 13:19:06 -04:00
parent ae7fe90864
commit 50614014e4
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -3237,7 +3237,7 @@ generated SQL and optimize it for your backend.")
(define-public ghc-exactprint (define-public ghc-exactprint
(package (package
(name "ghc-exactprint") (name "ghc-exactprint")
(version "0.5.6.1") (version "0.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3246,7 +3246,7 @@ generated SQL and optimize it for your backend.")
"ghc-exactprint/ghc-exactprint-" version ".tar.gz")) "ghc-exactprint/ghc-exactprint-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"141k6qiys0m0r4br7ikp4i546vs3xcil9cwglzcdfcbnb5nj1z87")))) "12nqpqmi9c57a3hgpfy8q073zryz66ylmcvf29hyffpj7vmmnvhl"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-paths" ,ghc-paths) `(("ghc-paths" ,ghc-paths)