[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#48813] [PATCH 2/8] gnu: Add ghc-neat-interpolation.
From: |
Xinglu Chen |
Subject: |
[bug#48813] [PATCH 2/8] gnu: Add ghc-neat-interpolation. |
Date: |
Thu, 03 Jun 2021 17:58:04 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-neat-interpolation): New variable.
---
gnu/packages/haskell-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f0054948f6..98093216ee 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8514,6 +8514,38 @@ with pseudo-graphical interfaces. This package is a
nice, modern binding to GNU
ncurses.")
(license license:gpl3)))
+(define-public ghc-neat-interpolation
+ (package
+ (name "ghc-neat-interpolation")
+ (version "0.3.2.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://hackage.haskell.org/package/neat-interpolation/neat-interpolation-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "10k5x47i84nycl54p61l8v1bpvi7mw663vnj8nn1qjpn03anz8z2"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-megaparsec" ,ghc-megaparsec)))
+ (native-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-quickcheck-instances"
+ ,ghc-quickcheck-instances)
+ ("ghc-rerebase" ,ghc-rerebase)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
+ (home-page "https://github.com/nikita-volkov/neat-interpolation")
+ (synopsis "Quasiquoter for neat and simple multiline text interpolation")
+ (description "This package provides a quasiquoter for producing Text
+values with support for a simple interpolation of input values. It removes the
+excessive indentation from the input and accurately manages the indentation of
+all lines of the interpolated variables.")
+ (license license:expat)))
+
(define-public ghc-network
(package
(name "ghc-network")
--
2.31.1
- [bug#48813] [PATCH 0/8] Add ghc-brittany and dependencies, Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 8/8] gnu: Add ghc-brittany., Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 1/8] gnu: Add ghc-strict-list., Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 3/8] gnu: Add ghc-multistate., Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 4/8] gnu: Add ghc-monad-memo., Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 5/8] gnu: Add ghc-deque., Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 7/8] gnu: Add ghc-czipwith., Xinglu Chen, 2021/06/03
- [bug#48813] [PATCH 2/8] gnu: Add ghc-neat-interpolation.,
Xinglu Chen <=
- [bug#48813] [PATCH 6/8] gnu: Add ghc-data-tree-print., Xinglu Chen, 2021/06/03