Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit ff20b96

Browse files
committed
Switch cabal-version to 1.10 (to satisfy cabal check)
1 parent c4cfe3a commit ff20b96

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

ini.cabal

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
cabal-version: >= 1.10
12
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.
45
description: Quick and easy configuration files in the INI format.
56
license: BSD3
67
license-file: LICENSE
@@ -11,12 +12,9 @@ bug-reports: http://github.com/chrisdone/ini/issues
1112
copyright: 2013 Chris Done
1213
category: Data, Configuration
1314
build-type: Simple
14-
cabal-version: >=1.8
1515

1616
library
1717
hs-source-dirs: src/
18-
ghc-options: -Wall -O2
19-
extensions: OverloadedStrings
2018
exposed-modules: Data.Ini
2119
build-depends: base >= 4 && <5,
2220
attoparsec,
@@ -25,6 +23,11 @@ library
2523
if !impl(ghc >= 8)
2624
build-depends: semigroups >= 0.10 && < 0.19
2725

26+
default-language: Haskell98
27+
default-extensions: OverloadedStrings
28+
29+
ghc-options: -Wall
30+
2831
test-suite ini-test
2932
type: exitcode-stdio-1.0
3033
hs-source-dirs: test
@@ -34,6 +37,8 @@ test-suite ini-test
3437
, hspec
3538
, unordered-containers
3639

40+
default-language: Haskell98
41+
3742
source-repository head
3843
type: git
3944
location: http://github.com/chrisdone/ini.git

0 commit comments

Comments
 (0)