[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/177: gnu: Add ghc-doctemplates.
From: |
Ricardo Wurmus |
Subject: |
131/177: gnu: Add ghc-doctemplates. |
Date: |
Tue, 13 Feb 2018 07:38:24 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 4012ea04b41d7441d35c1e5da49f59f65d55bdf4
Author: Ricardo Wurmus <address@hidden>
Date: Tue Feb 13 09:23:33 2018 +0100
gnu: Add ghc-doctemplates.
* gnu/packages/haskell.scm (ghc-doctemplates): New variable.
---
gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 5459762..3e57d18 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5673,6 +5673,37 @@ needs. It provides a very simple API to create sockets
to a destination with
the choice of SSL/TLS, and SOCKS.")
(license license:bsd-3)))
+(define-public ghc-doctemplates
+ (package
+ (name "ghc-doctemplates")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "doctemplates/doctemplates-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1bfs2kl5j5al2w2y4qpbn68p0xsnb65r7h51l356kpkzc326646p"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-aeson" ,ghc-aeson)
+ ("ghc-blaze-markup" ,ghc-blaze-markup)
+ ("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-text" ,ghc-text)
+ ("ghc-vector" ,ghc-vector)
+ ("ghc-parsec" ,ghc-parsec)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-scientific" ,ghc-scientific)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)))
+ (home-page "https://github.com/jgm/doctemplates#readme")
+ (synopsis "Pandoc-style document templates")
+ (description
+ "This package provides a simple text templating system used by pandoc.")
+ (license license:bsd-3)))
+
(define-public ghc-pandoc
(package
(name "ghc-pandoc")
- 97/177: gnu: ghc-split: Update to 0.2.3.1., (continued)
- 97/177: gnu: ghc-split: Update to 0.2.3.1., Ricardo Wurmus, 2018/02/13
- 108/177: gnu: ghc-http: Update to 4000.3.3., Ricardo Wurmus, 2018/02/13
- 105/177: gnu: ghc-diff: Update to 0.3.4., Ricardo Wurmus, 2018/02/13
- 100/177: gnu: ghc-vector-binary-instances: Update to 0.2.4., Ricardo Wurmus, 2018/02/13
- 85/177: gnu: Add ghc-hxt-unicode., Ricardo Wurmus, 2018/02/13
- 101/177: gnu: ghc-mmorph: Update to 1.0.6., Ricardo Wurmus, 2018/02/13
- 106/177: gnu: ghc-binary: Update to 0.8.5.1., Ricardo Wurmus, 2018/02/13
- 107/177: gnu: ghc-tagged: Update to 0.8.5., Ricardo Wurmus, 2018/02/13
- 112/177: gnu: ghc-mime-types: Update to 0.1.0.7., Ricardo Wurmus, 2018/02/13
- 126/177: gnu: ghc-fail: Disable haddock., Ricardo Wurmus, 2018/02/13
- 131/177: gnu: Add ghc-doctemplates.,
Ricardo Wurmus <=
- 139/177: gnu: ghc-kan-extensions: Update to 5.0.1., Ricardo Wurmus, 2018/02/13
- 136/177: gnu: ghc-blaze-markup: Update to 0.8.2.0., Ricardo Wurmus, 2018/02/13
- 135/177: gnu: Add ghc-skylighting., Ricardo Wurmus, 2018/02/13
- 159/177: gnu: ghc-hs-bibutils: Update to 6.2.0.1., Ricardo Wurmus, 2018/02/13
- 148/177: gnu: ghc-semigroupoids: Update to 5.1., Ricardo Wurmus, 2018/02/13
- 174/177: gnu: ghc-trifecta: Update to 1.7.1.1., Ricardo Wurmus, 2018/02/13
- 177/177: gnu: Add ghc-megaparsec., Ricardo Wurmus, 2018/02/13
- 176/177: gnu: Add ghc-parser-combinators., Ricardo Wurmus, 2018/02/13
- 166/177: gnu: darcs: Remove ghc-process from inputs., Ricardo Wurmus, 2018/02/13
- 150/177: gnu: ghc-th-reify-many: Update to 0.1.6., Ricardo Wurmus, 2018/02/13