Skip to content

Commit

Permalink
Add upper bound to ‘path-io’ dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mrkkrp committed Feb 11, 2016
1 parent 2ae2a0d commit 4fc1b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ library
, mtl >= 2.1.3.1
, optparse-applicative >= 0.11 && < 0.13
, path >= 0.5.1
, path-io >= 0.3.1
, path-io >= 0.3.1 && < 1.0.0
, persistent >= 2.1.2
, persistent-sqlite >= 2.1.4
, persistent-template >= 2.1.1
Expand Down

0 comments on commit 4fc1b8d

Please sign in to comment.