Skip to content

Commit 4fc1b8d

Browse files
committed
Add upper bound to ‘path-io’ dependency
There will be breaking changes in version 1.0.0 that affect some functions that Stack uses, so it's better to have this upper bound for now.
1 parent 2ae2a0d commit 4fc1b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ library
175175
, mtl >= 2.1.3.1
176176
, optparse-applicative >= 0.11 && < 0.13
177177
, path >= 0.5.1
178-
, path-io >= 0.3.1
178+
, path-io >= 0.3.1 && < 1.0.0
179179
, persistent >= 2.1.2
180180
, persistent-sqlite >= 2.1.4
181181
, persistent-template >= 2.1.1

0 commit comments

Comments
 (0)