Compatibility for 7.8 without bidir version bump
Getty Ritter
7 years ago
1 | 1 | name: config-ini |
2 |
version: 0. |
|
2 | version: 0.1.2.0 | |
3 | 3 | synopsis: A library for simple INI-based configuration files. |
4 | 4 | homepage: https://github.com/aisamanra/config-ini |
5 | 5 | bug-reports: https://github.com/aisamanra/config-ini/issues |
34 | 34 | library |
35 | 35 | hs-source-dirs: src |
36 | 36 | exposed-modules: Data.Ini.Config |
37 | , Data.Ini.Config.Lens | |
38 | 37 | , Data.Ini.Config.Raw |
39 | 38 | ghc-options: -Wall |
40 | 39 | build-depends: base >=4.7 && <4.10 |
64 | 63 | build-depends: base >=4.7 && <4.10 |
65 | 64 | , text |
66 | 65 | , config-ini |
67 | default-language: Haskell2010 | |
68 | ||
69 | executable lens-example | |
70 | if !flag(build-examples) | |
71 | buildable: False | |
72 | hs-source-dirs: examples/lens-example | |
73 | main-is: Main.hs | |
74 | ghc-options: -Wall | |
75 | build-depends: base >=4.7 && <4.10 | |
76 | , text | |
77 | , config-ini | |
78 | , microlens-platform | |
79 | 66 | default-language: Haskell2010 |
80 | 67 | |
81 | 68 | test-suite test-ini-compat |