diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2022-10-04 13:05:57 +0200 |
|---|---|---|
| committer | Andreas Källberg <anka.213@gmail.com> | 2022-10-04 13:07:07 +0200 |
| commit | 51b7117a3d0ae56118074112203d1f3f18402d0f (patch) | |
| tree | 8e35804f1cf3cd5fd07b523185ab2359c8670d39 /gf.cabal | |
| parent | fef03e755b5ba1d1d34e001e09b1968323f89324 (diff) | |
Restore build with ghc-7.10.3
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -81,7 +81,9 @@ 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 + 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 if impl(ghc<8.0) build-depends: |
