Skip to content

Commit

Permalink
ghc 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-rzeznicki committed Jun 27, 2020
1 parent 95b5464 commit ec55955
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ matrix:

- ghc: 8.8.3
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack-8.8.3.yaml"

- ghc: 8.10.1
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack-8.10.1.yaml"


install:
Expand Down
2 changes: 1 addition & 1 deletion examples/prog/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-15.13
resolver: nightly-2020-06-27

# User packages to be built.
# Various formats can be used as shown in the example below.
Expand Down
1 change: 1 addition & 0 deletions stack-8.10.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: nightly-2020-06-27
2 changes: 1 addition & 1 deletion stackcollapse-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ source-repository head
location: https://github.com/marcin-rzeznicki/stackcollapse-ghc.git

common common-options
build-depends: base >= 4.12.0.0 && < 4.14,
build-depends: base >= 4.12.0.0 && < 4.15,
bytestring >= 0.10.8

ghc-options: -Wall
Expand Down

0 comments on commit ec55955

Please sign in to comment.