1
0
forked from GitHub/gf-core

build-depends for unix depending on ghc version

This commit is contained in:
Inari Listenmaa
2025-03-20 17:53:56 +01:00
parent 9fa8ac934a
commit ab0f09e9f7

View File

@@ -346,8 +346,14 @@ library
Win32 >= 2.3.1.1 && < 2.7
else
build-depends:
terminfo >=0.4.0 && < 0.5,
unix >= 2.8
terminfo >=0.4.0 && < 0.5
if impl(ghc >= 9.6.6)
build-depends: unix >= 2.8
else
build-depends: unix >= 2.7.2 && < 2.8
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths