mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add ghc-string-qq.
* gnu/packages/haskell.scm (ghc-string-qq): New variable.
This commit is contained in:
parent
6d148d3bb6
commit
e0894701ee
1 changed files with 23 additions and 0 deletions
|
@ -4700,6 +4700,29 @@ (define-public ghc-deepseq-generics
|
||||||
providing an 'rnf' implementation.")
|
providing an 'rnf' implementation.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-string-qq
|
||||||
|
(package
|
||||||
|
(name "ghc-string-qq")
|
||||||
|
(version "0.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://hackage.haskell.org/package/string-qq/string-qq-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0662m3i5xrdrr95w829bszkhp88mj9iy1zya54vk2sl5hz9wlmwp"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(home-page "http://hackage.haskell.org/package/string-qq")
|
||||||
|
(synopsis
|
||||||
|
"QuasiQuoter for non-interpolated strings, texts and bytestrings.")
|
||||||
|
(description
|
||||||
|
"This package provides a quasiquoter for non-interpolated strings, texts
|
||||||
|
and bytestrings.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public ghc-pandoc-types
|
(define-public ghc-pandoc-types
|
||||||
(package
|
(package
|
||||||
(name "ghc-pandoc-types")
|
(name "ghc-pandoc-types")
|
||||||
|
|
Loading…
Reference in a new issue