Skip to content

Commit 3517a35

Browse files
committed
Merge branch 'stable'
2 parents 24e30de + 8156dd5 commit 3517a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ uninstallCmd :: [String] -> GlobalOpts -> IO ()
637637
uninstallCmd _ go = withConfigAndLock go $ do
638638
$logError "stack does not manage installations in global locations"
639639
$logError "The only global mutation stack performs is executable copying"
640-
$logError "For the default executable destination, please run 'stack path --local-bin-path'"
640+
$logError "For the default executable destination, please run 'stack path --local-bin'"
641641

642642
-- | Unpack packages to the filesystem
643643
unpackCmd :: [String] -> GlobalOpts -> IO ()

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ library
235235
, network-uri
236236
, open-browser >= 0.2.1
237237
, optparse-applicative >= 0.13 && < 0.14
238-
, path >= 0.5.8
238+
, path >= 0.5.8 && <= 0.5.12
239239
, path-io >= 1.1.0 && < 2.0.0
240240
, persistent >= 2.1.2 && < 2.7
241241
-- persistent-sqlite-2.5.0.1 has a bug

0 commit comments

Comments
 (0)