Skip to content

Commit

Permalink
GHC 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-rzeznicki committed Oct 10, 2021
1 parent 47cab98 commit dfec7dc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ language: generic
git:
depth: 5

cabal: "3.2"

cache:
directories:
- "$HOME/.cabal/store"
Expand All @@ -21,11 +19,13 @@ addons:
- ghc-8.6.5
- ghc-8.8.3
- ghc-8.10.4
- ghc-9.0.1

env:
- GHCVER=8.6.5 STACK_YAML="$TRAVIS_BUILD_DIR/stack-8.6.5.yaml"
- GHCVER=8.8.3 STACK_YAML="$TRAVIS_BUILD_DIR/stack-8.8.3.yaml"
- GHCVER=8.10.4 STACK_YAML="$TRAVIS_BUILD_DIR/stack-8.10.4.yaml"
- GHCVER=9.0.1 STACK_YAML="$TRAVIS_BUILD_DIR/stack-9.0.1.yaml"

before_install:
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
Expand Down
1 change: 1 addition & 0 deletions stack-9.0.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
resolver: nightly-2021-10-07
2 changes: 1 addition & 1 deletion stack.yaml
3 changes: 2 additions & 1 deletion stackcollapse-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,14 @@ tested-with: GHC == 8.6.5
GHC == 8.10.1
GHC == 8.10.2
GHC == 8.10.3
GHC == 9.0.1

source-repository head
type: git
location: https://github.com/marcin-rzeznicki/stackcollapse-ghc.git

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

ghc-options: -Wall
Expand Down

0 comments on commit dfec7dc

Please sign in to comment.