Avoid building ini if we are on 8.4
Getty Ritter
6 years ago
22 | 22 | category: Configuration |
23 | 23 | build-type: Simple |
24 | 24 | cabal-version: >= 1.18 |
25 | bug-reports: https://github.com/aisamanra/config-ini/issues | |
26 | 25 | extra-source-files: |
27 | 26 | README.md, |
28 | 27 | CHANGELOG.md, |
52 | 51 | default-language: Haskell2010 |
53 | 52 | |
54 | 53 | test-suite test-ini-compat |
54 | if impl(ghc > 8.2) | |
55 | buildable: False | |
55 | 56 | type: exitcode-stdio-1.0 |
56 | 57 | ghc-options: -Wall -threaded |
57 | 58 | default-language: Haskell2010 |