[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th.
From: |
Jonathan Frederickson |
Subject: |
[bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th. |
Date: |
Tue, 1 Dec 2020 23:55:39 -0500 |
* gnu/packages/haskell-xyz.scm (ghc-boot-th): New variable.
---
gnu/packages/haskell-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a486f5cd59..aa52b69540 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -15528,3 +15528,29 @@ and other syntactic elements, without changing the
semantics.")
Haskell source code using Template Haskell. See
<http://www.haskell.org/haskellwiki/Template_Haskell> for more information.")
(license license:bsd-3)))
+
+(define-public ghc-boot-th
+ (package
+ (name "ghc-boot-th")
+ (version "8.10.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/ghc-boot-th/ghc-boot-th-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0vhhmsd32p7zn9vhpv4d0k0b55n2dyhzy42xblndrma617kz8gli"))))
+ (build-system haskell-build-system)
+ (home-page
+ "http://hackage.haskell.org/package/ghc-boot-th")
+ (synopsis
+ "Shared functionality between GHC and the `template-haskell` library")
+ (description
+ "This library contains various bits shared between the ghc and
+template-haskell libraries. This package exists to ensure that
+template-haskell has a minimal set of transitive dependencies, since it is
+intended to be depended upon by user code.")
+ (license license:bsd-3)))
--
2.29.2
- [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled, Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 3/9] gnu: Add ghc-yesod-static., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 5/9] gnu: ghc-yesod-core: Update to 1.6.18.6., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 6/9] gnu: Add ghc-hjsmin., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 4/9] gnu: Add ghc-cryptonite-conduit., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex assistant webapp enabled., Jonathan Frederickson, 2020/12/01
- [bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th.,
Jonathan Frederickson <=
- [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled, zimoun, 2020/12/02