Commit Graph

10 Commits

Author SHA1 Message Date
fendor
93d3574070 Drop GHC version 8.6.1, 8.6.2 and 8.6.3 (#1592)
Version 8.6.3 is broken on windows, so should not be used.
All other minor versions do not have a stackage LTS, so
stack users should not be using them, either, since they
can upgrade within an LTS with ease.
2020-01-23 21:27:05 +01:00
fendor
257eda54bb Drop stack support for GHC 8.2.2
This is necessary, because when we upgrade cabal-helper,
and transivitely cabal-plan to  version 0.5.0.0 in #1126,
the minimum cabal-version is 2.2.
However, each stack snapshot ships with its own version
of cabal-install that can not be changed.

The latest lts for ghc-8.2.2 is 11.18, which ships with
a cabal-install version of 2.0.0.1, which is too old
for cabal-plan 0.5.0.0.

However, in general, there is nothing that forces us to
drop support for GHC 8.2.2. Overriding the compiler version
should be possible, e.g. taking the snapshort 14.8 and
overriding the GHC version, but this requires us
to do manual constraint solving. Could be done if needed.
2019-10-31 10:52:11 +01:00
Alan Zimmerman
1f7d3fa4c5 Drop 8.2.1 from CI too 2019-06-01 11:19:04 +02:00
Alan Zimmerman
266ddf2ea2 It seems appveyor does not yet support GHC 8.6.4 2019-03-10 14:22:45 +02:00
Alan Zimmerman
b3cfc56b1a Use original upstream for floskell
And add 8.6.4 to the appveyor CI
2019-03-10 11:19:02 +02:00
Alan Zimmerman
db78daf7aa Add GHC 8.6.1 and 8.6.2 to the appveyor build 2018-11-28 15:26:59 +02:00
Fyodor Soikin
8de2f3c858
Add 8.4.4 to Appveyor config as well 2018-11-09 14:08:37 -05:00
Luke Lau
f9aa6514c5 Disable appveyor artifacts for now
Since we're running out of space
2018-08-17 14:54:36 +01:00
Luke Lau
2f1e371cda Add artifacts to appveyor 2018-07-25 14:47:52 +01:00
Luke Lau
4734d400c8 Add appveyor CI build for windows
No tests for now, they're pretty badly broken
2018-07-24 17:26:44 +01:00