Skip to content

Commit

Permalink
Merge pull request #95 from 3noch/bump-directory
Browse files Browse the repository at this point in the history
Allow directory 1.3 in tests (needed by GHC 8.0.2)
  • Loading branch information
mightybyte committed Jan 18, 2017
2 parents c3e6862 + e8e7608 commit 4e380d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Test-suite testsuite
case-insensitive >= 1.1 && < 1.3,
clock >= 0.7.1 && < 0.8,
containers >= 0.3 && < 0.6,
directory >= 1.0 && < 1.3,
directory >= 1.0 && < 1.4,
filepath >= 1.1 && < 2.0,
io-streams >= 1.3 && < 1.4,
io-streams-haproxy >= 1.0 && < 1.1,
Expand Down Expand Up @@ -479,7 +479,7 @@ Executable snap-test-server
case-insensitive >= 1.1 && < 1.3,
clock >= 0.7.1 && < 0.8,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
directory >= 1.1 && < 1.4,
io-streams >= 1.3 && < 1.4,
io-streams-haproxy >= 1.0 && < 1.1,
lifted-base >= 0.1 && < 0.3,
Expand Down

0 comments on commit 4e380d3

Please sign in to comment.