diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2024-09-09 19:44:49 +0200 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-02 16:39:31 +0200 |
| commit | bbf12458c7c4b783897851f7e0bddea54f2d984e (patch) | |
| tree | 016697f7ff8f8e0c6338397129410013d634420f /gf.cabal | |
| parent | b914a25de326dd937e3a1d05f4eefb46af6da7b4 (diff) | |
use openFd from unix >= 2.8
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ library else build-depends: terminfo >=0.4.0 && < 0.5, - unix >= 2.7.2 && < 2.8 + unix >= 2.8 if impl(ghc>=8.2) ghc-options: -fhide-source-paths |
