[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64965] [PATCH 3/8] gnu: Add ghc-config-schema.
From: |
Tobias Geerinckx-Rice |
Subject: |
[bug#64965] [PATCH 3/8] gnu: Add ghc-config-schema. |
Date: |
Sun, 30 Jul 2023 01:59:55 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-config-schema): New public variable.
---
gnu/packages/haskell-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 0f0b59899f..5cc72bacb3 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -2378,6 +2378,35 @@ (define-public ghc-config-ini
human-readable error messages when things go wrong.")
(license license:bsd-3)))
+(define-public ghc-config-schema
+ (package
+ (name "ghc-config-schema")
+ (version "1.2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "config-schema" version))
+ (sha256
+ (base32 "10mp76j2gxcb51865lb6cf3nkc2nc7fwarkghb6yz71q6sbrg3yx"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision ("3"
+
"16rwj3vcafq4fqqh5rq1na1g4syk63kki2gjinb6yj3h8s59vpp7")))
+ (inputs
+ (list ghc-config-value
+ ghc-free
+ ghc-kan-extensions
+ ghc-semigroupoids))
+ (properties '((upstream-name . "config-schema")))
+ (home-page "https://github.com/glguy/config-schema")
+ (synopsis "Schema definitions for the config-value package")
+ (description
+ "This package makes it possible to define schemas for use when loading
+configuration files using the config-value format. These schemas can be used
to
+process a configuration file into a Haskell value or to automatically generate
+documentation for the file format.")
+ (license license:isc)))
+
(define-public ghc-config-value
(package
(name "ghc-config-value")
--
2.41.0
- [bug#64965] Add glirc, Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 1/8] gnu: Add ghc-curve25519., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 2/8] gnu: Add ghc-config-value., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 4/8] gnu: Add ghc-hsopenssl-x509-system., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 7/8] gnu: Add ghc-vty., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 3/8] gnu: Add ghc-config-schema.,
Tobias Geerinckx-Rice <=
- [bug#64965] [PATCH 5/8] gnu: Add ghc-hookup., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 8/8] gnu: Add glirc., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 6/8] gnu: Add ghc-irc-core., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] Add glirc, Lars-Dominik Braun, 2023/07/31
- bug#64965: Add glirc, Tobias Geerinckx-Rice, 2023/07/31