Merge pull request #20 from simonmichael/patch-1
allow containers 0.6 / GHC 8.6
G. D. Ritter authored 6 years ago
GitHub committed 6 years ago
45 | 45 |
if impl(ghc > 8.0)
|
46 | 46 |
ghc-options: -fno-warn-redundant-constraints
|
47 | 47 |
build-depends: base >=4.8 && <5
|
48 | |
, containers >=0.5 && <0.6
|
| 48 |
, containers >=0.5 && <0.7
|
49 | 49 |
, text >=1.2.2 && <1.3
|
50 | 50 |
, unordered-containers >=0.2.7 && <0.3
|
51 | 51 |
, transformers >=0.4.1 && <0.6
|