File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- cabal-version : 3.6
1
+ cabal-version : 3.0
2
2
3
3
name : configuration-tools
4
4
version : 0.7.0
5
5
synopsis : Tools for specifying and parsing configurations
6
6
description :
7
7
Tools for specifying and parsing configurations
8
- .
8
+
9
9
This package provides a collection of utils on top of the packages
10
10
<http://hackage.haskell.org/package/optparse-applicative optparse-applicative>,
11
11
<http://hackage.haskell.org/package/aeson aeson>, and
12
12
<http://hackage.haskell.org/package/yaml yaml> for configuring libraries and
13
13
applications in a convenient and composable way.
14
- .
14
+
15
15
The main features are
16
- .
16
+
17
17
1. configuration management through integration of command line option
18
18
parsing and configuration files and
19
- .
19
+
20
20
2. a @Setup.hs@ file that generates a @PkgInfo@ module for each component
21
21
of a package that provides information about the package and the build.
22
- .
22
+
23
23
Documentation on how to use this package can be found in the
24
24
<https://github.com/alephcloud/hs-configuration-tools/blob/master/README.md README>
25
25
and in the API documentation of the modules "Configuration.Utils" and
@@ -50,7 +50,7 @@ extra-doc-files:
50
50
51
51
custom-setup
52
52
setup-depends :
53
- Cabal >= 3.6 ,
53
+ Cabal >= 3.6 && < 100 ,
54
54
base >= 4.14 && < 5.0 ,
55
55
bytestring >= 0.10.0.2 ,
56
56
directory >= 1.2.1.0 ,
You can’t perform that action at this time.
0 commit comments