Skip to content

Commit 9fc8319

Browse files
committed
Update bounds on unix for GHC 9.6.1
1 parent 859935f commit 9fc8319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandoc-plot.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ library
117117
, yaml >= 0.8 && < 1
118118
, mtl >= 2.2 && < 3
119119
if !os(windows)
120-
build-depends: unix >= 2.4 && < 2.8
120+
build-depends: unix >= 2.4 && < 2.9
121121
default-language: Haskell2010
122122

123123
executable pandoc-plot

0 commit comments

Comments
 (0)