gdritter repos config-ini / 7e2ca99
Updates to Cabal version bounds Getty Ritter 7 years ago
1 changed file(s) with 10 addition(s) and 6 deletion(s). Collapse all Expand all
2222 build-type: Simple
2323 cabal-version: >= 1.14
2424
25 source-repository head
26 type: git
27 location: git://github.com/aisamanra/config-ini.git
28
2529 flag build-examples
2630 description: Build example applications
2731 default: False
3135 exposed-modules: Data.Ini.Config
3236 , Data.Ini.Raw
3337 ghc-options: -Wall
34 build-depends: base >=4.7 && <4.10
35 , text
36 , unordered-containers
37 , transformers
38 , megaparsec
38 build-depends: base >=4.7 && <4.10
39 , text >=1.2.2 && <1.3
40 , unordered-containers >=0.2.7 && <0.3
41 , transformers >=0.5.2 && <0.6
42 , megaparsec >=5.1.2 && <5.2
3943 default-language: Haskell2010
4044
4145 executable basic-example
8387 , config-ini
8488 , unordered-containers
8589 , text
86 , directory
90 , directory