diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2022-10-04 16:59:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-04 16:59:53 +0200 |
| commit | 3122590e351f769ca6e60dfd4eeaafba1c5c22e8 (patch) | |
| tree | ffa268d361530d907133f6aa8271f75b4b9cab19 /gf.cabal | |
| parent | 223f92d4f67bc4a168409b20e019b0ec6ad4b904 (diff) | |
| parent | 0a16b76875fa8d99c81a4e840083faff771b3cda (diff) | |
Merge pull request #148 from anka-213/fix-ghc-7.10-build
Fix ghc-7.10 build
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,8 @@ library 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 |
