Skip to content

Commit 3bc6e01

Browse files
committed
Update path-io constraints for executable and tests
1 parent d57f56e commit 3bc6e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ executable stack
237237
, mtl >= 2.1.3.1
238238
, optparse-applicative >= 0.11.0.2 && < 0.13
239239
, path
240-
, path-io >= 0.3.1
240+
, path-io >= 1.0.0 && < 2.0.0
241241
, stack
242242
, text >= 1.2.0.4
243243
, transformers
@@ -279,7 +279,7 @@ test-suite stack-test
279279
, http-conduit
280280
, monad-logger
281281
, path
282-
, path-io >= 0.3.1
282+
, path-io >= 1.0.0 && < 2.0.0
283283
, resourcet
284284
, retry >= 0.6 && < 0.8
285285
, stack

0 commit comments

Comments
 (0)