Skip to content

Commit 82a47da

Browse files
authored
Update Glob library, fixes purescript#3055 (purescript#3156)
* Update Glob library, fixes purescript#3055 Also update the Stackage snapshot so that we get the latest version of Glob, which includes memory usage and performance fixes. * Reduce timeout threshold to help avoid CI failures
1 parent 15d7330 commit 82a47da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies:
5252
- file-embed
5353
- filepath
5454
- fsnotify >=0.2.1
55-
- Glob >=0.7 && <0.9
55+
- Glob >=0.9 && <0.10
5656
- haskeline >=0.7.0.0
5757
- http-client >=0.4.30 && <0.6.0
5858
- http-types

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: nightly-2017-09-10
1+
resolver: nightly-2017-11-20
22
packages:
33
- '.'
44
extra-deps:

travis/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ STACK="stack --no-terminal --jobs=1"
55

66
# Setup & install dependencies or abort
77
ret=0
8-
$TIMEOUT 40m $STACK --install-ghc build \
8+
$TIMEOUT 30m $STACK --install-ghc build \
99
--only-dependencies --test --haddock \
1010
|| ret=$?
1111
case "$ret" in

0 commit comments

Comments
 (0)