me
/
guix
Archived
1
0
Fork 0

gnu: ghc-string-qq: Update to 0.0.4.

* gnu/packages/haskell-xyz.scm (ghc-string-qq): Update to 0.0.4.
[native-inputs]: Add 'ghc-hunit'.
master
Timothy Sample 2019-10-31 01:21:15 -04:00
parent a3748d44c8
commit 4d6fddc3f5
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 4 additions and 2 deletions

View File

@ -9746,7 +9746,7 @@ literals.")
(define-public ghc-string-qq (define-public ghc-string-qq
(package (package
(name "ghc-string-qq") (name "ghc-string-qq")
(version "0.0.2") (version "0.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -9756,8 +9756,10 @@ literals.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0662m3i5xrdrr95w829bszkhp88mj9iy1zya54vk2sl5hz9wlmwp")))) "0wfxkw4x6j6jq9nd82k83g2k3hskpsvk1dp4cpkshvjr4wg9qny8"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(native-inputs
`(("ghc-hunit" ,ghc-hunit)))
(home-page "http://hackage.haskell.org/package/string-qq") (home-page "http://hackage.haskell.org/package/string-qq")
(synopsis (synopsis
"QuasiQuoter for non-interpolated strings, texts and bytestrings.") "QuasiQuoter for non-interpolated strings, texts and bytestrings.")