Skip to content

Commit

Permalink
Build with path-io-1.0.0 and bump to v1.0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp authored and borsboom committed Mar 9, 2016
1 parent ed10c64 commit d57f56e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.4.2

Build with path-io-1.0.0. There are no changes in behaviour from 1.0.4,
so no binaries are released for this version.

## 1.0.4.1

Fixes build with aeson-0.11.0.0. There are no changes in behaviour from 1.0.4,
Expand Down
4 changes: 2 additions & 2 deletions src/Stack/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ configFromConfigMonoid configStackRoot configUserConfigPath mresolver mproject c
configLocalBin <-
case configMonoidLocalBinPath of
Nothing -> do
localDir <- getAppUserDataDir $(mkRelDir "local")
localDir <- getAppUserDataDir "local"
return $ localDir </> $(mkRelDir "bin")
Just userPath ->
(case mproject of
Expand Down Expand Up @@ -641,7 +641,7 @@ determineStackRootAndOwnership = do
stackRoot <- do
mstackRoot <- liftIO $ lookupEnv stackRootEnvVar
case mstackRoot of
Nothing -> getAppUserDataDir $(mkRelDir stackProgName)
Nothing -> getAppUserDataDir stackProgName
Just x -> parseAbsDir x

(existingStackRootOrParentDir, userOwnsIt) <- do
Expand Down
2 changes: 1 addition & 1 deletion stack-7.8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resolver: lts-2.22
extra-deps:
- path-0.5.3
- path-io-0.3.1
- path-io-1.0.0
- directory-1.2.2.0
- Win32-notify-0.3.0.1
- hfsevents-0.1.5
Expand Down
4 changes: 2 additions & 2 deletions stack.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack
version: 1.0.4.1
version: 1.0.4.2
synopsis: The Haskell Tool Stack
description: Please see the README.md for usage information, and
the wiki on Github for more details. Also, note that
Expand Down 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 && < 1.0.0
, path-io >= 1.0.0 && < 2.0.0
, persistent >= 2.1.2
, persistent-sqlite >= 2.1.4
, persistent-template >= 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ nix:
packages:
- zlib
extra-deps:
- path-io-0.3.1
- path-io-1.0.0
- hpack-0.9.0

0 comments on commit d57f56e

Please sign in to comment.