GNU bug report logs -
#38423
add postgrest
Previous Next
Full log
Message #146 received at 38423 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/haskell-xyz.scm (ghc-heredoc): New variable.
---
gnu/packages/haskell-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 8637f5c637..f876709648 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -13983,3 +13983,26 @@ encoders from the postgresql-binary library have shown a stable performance
improvement by factors of up to 10 after the migration from the standard builder
to bytestring-strict-builder.")
(license license:expat)))
+
+(define-public ghc-heredoc
+ (package
+ (name "ghc-heredoc")
+ (version "0.2.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/heredoc/heredoc-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0h0g2f7yscwl1ba1yn3jnz2drvd6ns9m910hwlmq3kdq3k39y3f9"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://hackage.haskell.org/package/heredoc")
+ (synopsis
+ "multi-line string / here document using QuasiQuotes")
+ (description
+ "multi-line string / here document using QuasiQuotes")
+ (license license:public-domain)))
--
2.21.0 (Apple Git-122.2)
This bug report was last modified 5 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.