This repository was archived by the owner on Jul 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ cabal-version : >= 1.10
1
2
name : ini
2
- version : 0.4.2
3
- synopsis : Quick and easy configuration files in the INI format.
3
+ version : 0.4.2.20220416
4
+ synopsis : Configuration files in the INI format.
4
5
description : Quick and easy configuration files in the INI format.
5
6
license : BSD3
6
7
license-file : LICENSE
@@ -11,12 +12,9 @@ bug-reports: http://github.com/chrisdone/ini/issues
11
12
copyright : 2013 Chris Done
12
13
category : Data, Configuration
13
14
build-type : Simple
14
- cabal-version : >= 1.8
15
15
16
16
library
17
17
hs-source-dirs : src/
18
- ghc-options : -Wall -O2
19
- extensions : OverloadedStrings
20
18
exposed-modules : Data.Ini
21
19
build-depends : base >= 4 && < 5 ,
22
20
attoparsec,
@@ -25,6 +23,11 @@ library
25
23
if !impl(ghc >= 8 )
26
24
build-depends : semigroups >= 0.10 && < 0.19
27
25
26
+ default-language : Haskell98
27
+ default-extensions : OverloadedStrings
28
+
29
+ ghc-options : -Wall
30
+
28
31
test-suite ini-test
29
32
type : exitcode-stdio-1.0
30
33
hs-source-dirs : test
@@ -34,6 +37,8 @@ test-suite ini-test
34
37
, hspec
35
38
, unordered-containers
36
39
40
+ default-language : Haskell98
41
+
37
42
source-repository head
38
43
type : git
39
44
location : http://github.com/chrisdone/ini.git
You can’t perform that action at this time.
0 commit comments