Skip to content

Commit 510f3d3

Browse files
committed
tweak ghc bound
1 parent 8c4cfd3 commit 510f3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library
4747
time >= 1.4.0.1 && < 1.13
4848

4949
-- pull in process version with fixed waitForProcess error
50-
if impl(ghc >8.0)
50+
if impl(ghc >=8.2)
5151
build-depends: process >= 1.6.14.0
5252

5353
if os(windows)

0 commit comments

Comments
 (0)