diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2022-10-04 13:28:06 +0200 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2022-10-04 13:28:23 +0200 |
| commit | 0a16b76875fa8d99c81a4e840083faff771b3cda (patch) | |
| tree | ffa268d361530d907133f6aa8271f75b4b9cab19 /gf.cabal | |
| parent | 51b7117a3d0ae56118074112203d1f3f18402d0f (diff) | |
Only include transformers-compat for ghc < 8
Since that's the only place where it's needed
and we don't have to fight with versions elsewhere
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,12 +81,12 @@ library mtl >= 2.2.1 && < 2.3, pretty >= 1.1.3 && < 1.2, random >= 1.1 && < 1.3, - utf8-string >= 1.0.1.1 && < 1.1, - -- We need this in order for ghc-7.10 to build - transformers-compat >= 0.6.3 && < 0.7 + utf8-string >= 1.0.1.1 && < 1.1 if impl(ghc<8.0) build-depends: + -- We need this in order for ghc-7.10 to build + transformers-compat >= 0.6.3 && < 0.7, fail >= 4.9.0 && < 4.10 hs-source-dirs: src/runtime/haskell |
