[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
240/329: gnu: Add ghc-lib-parser.
From: |
guix-commits |
Subject: |
240/329: gnu: Add ghc-lib-parser. |
Date: |
Wed, 20 Nov 2019 21:18:29 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit e34df1c385b8cb593462b682e5d4a38f89538a64
Author: Timothy Sample <address@hidden>
Date: Sat Nov 2 14:53:02 2019 -0400
gnu: Add ghc-lib-parser.
* gnu/packages/haskell-xyz.scm (ghc-lib-parser): 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 14d9d69..f7c3d04 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5812,6 +5812,29 @@ to be called from Haskell.")
Music Player Daemon.")
(license license:expat)))
+(define-public ghc-lib-parser
+ (package
+ (name "ghc-lib-parser")
+ (version "8.8.0.20190424")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "ghc-lib-parser/ghc-lib-parser-" version ".tar.gz"))
+ (sha256
+ (base32
+ "12gsh994pr13bsybwlravmi21la66dyw74pk74yfw2pnz682wv10"))))
+ (build-system haskell-build-system)
+ (native-inputs
+ `(("ghc-alex" ,ghc-alex)
+ ("ghc-happy" ,ghc-happy)))
+ (home-page "https://github.com/digital-asset/ghc-lib")
+ (synopsis "The GHC API, decoupled from GHC versions")
+ (description "This library implements the GHC API. It is like the
+compiler-provided @code{ghc} package, but it can be loaded on many
+compiler versions.")
+ (license license:bsd-3)))
+
(define-public ghc-libxml
(package
(name "ghc-libxml")
- 227/329: gnu: ghc-foldl: Update to 1.4.5., (continued)
- 227/329: gnu: ghc-foldl: Update to 1.4.5., guix-commits, 2019/11/20
- 237/329: gnu: Add ghc-text-metrics., guix-commits, 2019/11/20
- 162/329: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/20
- 211/329: gnu: ghc-auto-update: Update to 0.1.6., guix-commits, 2019/11/20
- 216/329: gnu: ghc-wai: Update to 3.2.2.1., guix-commits, 2019/11/20
- 217/329: gnu: ghc-snap-server: Update to 1.1.1.1., guix-commits, 2019/11/20
- 228/329: gnu: ghc-mono-traversable: Update to 1.0.13.0., guix-commits, 2019/11/20
- 234/329: gnu: ghc-bzlib-conduit: Update to 0.3.0.2., guix-commits, 2019/11/20
- 236/329: gnu: ghc-http: Update to 4000.3.14., guix-commits, 2019/11/20
- 238/329: gnu: Add ghc-infer-license., guix-commits, 2019/11/20
- 240/329: gnu: Add ghc-lib-parser.,
guix-commits <=
- 242/329: gnu: ghc-simple-sendfile: Update to 0.2.30., guix-commits, 2019/11/20
- 241/329: gnu: hlint: Update to 2.1.26., guix-commits, 2019/11/20
- 247/329: gnu: ghc-edit-distance: Update dependency constraints., guix-commits, 2019/11/20
- 245/329: gnu: ghc-persistent: Update to 2.9.2., guix-commits, 2019/11/20
- 252/329: gnu: ghc-trifecta: Update Cabal file to r4., guix-commits, 2019/11/20
- 246/329: gnu: ghc-cryptohash-sha256: Update Cabal file to r3., guix-commits, 2019/11/20
- 250/329: gnu: ghc-adjunctions: Update Cabal file to r2., guix-commits, 2019/11/20
- 249/329: gnu: ghc-resolv: Update to 0.1.1.2., guix-commits, 2019/11/20
- 257/329: gnu: ghc-conduit-algorithms: Update to 0.0.11.0., guix-commits, 2019/11/20
- 258/329: gnu: ghc-validation: Update to 1.1., guix-commits, 2019/11/20