Skip to content

Commit eada392

Browse files
committed
Use GHC 7.10.3 for compiling release binaries
1 parent 794d45e commit eada392

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@ language: c
22
sudo: false
33
matrix:
44
include:
5-
- env: GHCVER=7.10.1 CABALVER=1.22 DEPLOY=yes
6-
compiler: ": #GHC 7.10.1"
7-
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.1,happy-1.19.5,alex-3.1.4], sources: [hvr-ghc]}}
85
- env: GHCVER=7.10.3 CABALVER=1.22 STACKAGE=lts-5.4 RUNSDISTTESTS=YES
96
compiler: ": #GHC 7.10.3 lts-5.4"
107
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.4], sources: [hvr-ghc]}}
118
- env: GHCVER=7.10.3 CABALVER=1.22 STACKAGE=nightly-2016-02-25
129
compiler: ": #GHC 7.10.3 nightly-2016-02-25"
1310
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.4], sources: [hvr-ghc]}}
14-
- env: GHCVER=7.10.3 CABALVER=1.22
11+
- env: GHCVER=7.10.3 CABALVER=1.22 DEPLOY=yes
1512
compiler: ": #GHC 7.10.3"
1613
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3,happy-1.19.5,alex-3.1.4], sources: [hvr-ghc]}}
1714
before_install:

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ alternatively Stack Overflow.
66

77
## Using prebuilt binaries
88

9-
The prebuilt binaries are compiled with GHC 7.10.1, and therefore they should
10-
run on any operating system supported by GHC 7.10.1, such as:
9+
The prebuilt binaries are compiled with GHC 7.10.3, and therefore they should
10+
run on any operating system supported by GHC 7.10.3, such as:
1111

1212
* Windows 2000 or later,
1313
* OS X 10.7 or later,

purescript.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: Phil Freeman <paf31@cantab.net>,
1717
Harry Garrood <harry@garrood.me>,
1818
Christoph Hegemann <christoph.hegemann1337@gmail.com>
1919

20-
tested-with: GHC==7.10.1, GHC==7.10.3
20+
tested-with: GHC==7.10.3
2121

2222
extra-source-files: examples/passing/*.purs
2323
, examples/failing/*.purs

0 commit comments

Comments
 (0)