Skip to content

Commit

Permalink
Restrict to unix < 2.8
Browse files Browse the repository at this point in the history
I previously thought GHC 8.6 would ship with unix-2.8, but it turns
out that it will actually ship with 2.7 instead.
  • Loading branch information
RyanGlScott committed Aug 13, 2018
1 parent 72fc34e commit 6da3fbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blank-canvas.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ test-suite wiki-suite
stm >= 2.2 && < 2.6,
text >= 1.1 && < 1.3,
time >= 1.4 && < 1.9,
unix >= 2.7 && < 2.9,
unix >= 2.7 && < 2.8,
vector >= 0.10 && < 0.13

default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion wiki-suite/wiki-suite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ executable wiki-suite
shake == 0.15.*,
text >= 1.1 && < 1.3,
time >= 1.4 && < 1.9,
unix >= 2.7 && < 2.9,
unix >= 2.7 && < 2.8,
vector >= 0.10 && < 0.13

default-language: Haskell2010
Expand Down

0 comments on commit 6da3fbe

Please sign in to comment.