Skip to content

Commit c61b065

Browse files
authored
Merge pull request #36 from haskell-works/upgrade-to-haskell-build-1.6.5
Upgrade to haskell-build-1.6.5
2 parents fe19db8 + a23b387 commit c61b065

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.circleci/config.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
version: 2.1
22

33
orbs:
4-
haskell: haskell-works/[email protected].2
4+
haskell: haskell-works/[email protected].5
55
github: haskell-works/[email protected]
66
hackage: haskell-works/[email protected]
7-
display: haskell-works/[email protected]
87

98
workflows:
109
multiple-ghc-build:
1110
jobs:
12-
- display/display-cpu-info:
13-
name: Display
14-
1511
- haskell/build:
1612
name: GHC 8.2.2
1713
executor: haskell/ghc-8_2_2
@@ -21,21 +17,23 @@ workflows:
2117
executor: haskell/ghc-8_4_4
2218

2319
- haskell/build:
24-
name: GHC 8.6.3
25-
executor: haskell/ghc-8_6_3
20+
name: GHC 8.6.4
21+
executor: haskell/ghc-8_6_4
2622

2723
- github/release-cabal:
2824
name: GitHub Release
25+
context: haskell-ci
2926
requires:
3027
- GHC 8.2.2
3128
- GHC 8.4.4
32-
- GHC 8.6.3
29+
- GHC 8.6.4
3330
checkout: true
3431
filters:
3532
branches:
3633
only: master
3734

3835
- hackage/upload:
36+
context: haskell-ci
3937
publish: true
4038
requires:
4139
- GitHub Release

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ before_cache:
2222

2323
matrix:
2424
include:
25-
- compiler: "ghc-8.6.1"
25+
- compiler: "ghc-8.6.4"
2626
# env: TEST=--disable-tests BENCH=--disable-benchmarks
27-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.1], sources: [hvr-ghc]}}
27+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.4], sources: [hvr-ghc]}}
2828
- compiler: "ghc-8.4.3"
2929
# env: TEST=--disable-tests BENCH=--disable-benchmarks
3030
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.3], sources: [hvr-ghc]}}

0 commit comments

Comments
 (0)