GNU bug report logs -
#38423
add postgrest
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/haskell-xyz.scm (ghc-interpolatedstring-perl6): New variable.
---
gnu/packages/haskell-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f876709648..d401ddd469 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -14006,3 +14006,28 @@ to bytestring-strict-builder.")
(description
"multi-line string / here document using QuasiQuotes")
(license license:public-domain)))
+
+(define-public ghc-interpolatedstring-perl6
+ (package
+ (name "ghc-interpolatedstring-perl6")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/interpolatedstring-perl6/interpolatedstring-perl6-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0n3j6qvzp6as5ji93rn0sy873w5hdsplik51lkrah42cl95vmbay"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-haskell-src-meta" ,ghc-haskell-src-meta)))
+ (home-page
+ "http://hackage.haskell.org/package/interpolatedstring-perl6")
+ (synopsis
+ "QuasiQuoter for Perl6-style multi-line interpolated strings")
+ (description
+ "QuasiQuoter for Perl6-style multi-line interpolated strings.")
+ (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.