Commit Graph

15 Commits

Author SHA1 Message Date
wz1000
6e4612dc42
Gitlab CI improvements (#3324)
* Add ubuntu builds to gitlab CI

Fixes #3169

* Run pipelines from web interface

* Use nix for darwin

* Drop 9.2.3 and add 9.4.3

* Build in parallel

* Add 9.2.5

* fixes

* Fix x86_64-darwin

* Drop 9.4.3 (ghc-exactprint)

* Revert "Drop 9.4.3 (ghc-exactprint)"

This reverts commit 9f0936d5c4.

* Bump index state to allow 9.4.3

* debug

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

Co-authored-by: Julian Ospald <hasufell@posteo.de>
2022-12-21 10:53:36 +00:00
Michael Peyton Jones
388fd40ade
Purge GHC 8.8 (#3287)
We're also dropping support for this.
2022-10-18 22:12:53 +01:00
Pepe Iborra
9b491f7bbf
Drop compatibility with GHC 8.6.5 (#3101)
* Drop compatibility with GHC 8.6.5

* drop a few more bits

* fixup merge

Co-authored-by: Javier Neira <atreyu.bbb@gmail.com>
2022-10-11 12:18:49 +00:00
maralorn
f6dc2064d1
wrapper.in: Require runtime ghc-pkgs to be an abi compatible superset of bootpkgs (#3214)
This still makes sure that ghc has been compiled with the same core
libraries as hls while it allows runtime environments where other
packages have been added to the ghc-pkg database.

This commit also adds that file to the sdist, so that distro
packagers can use it.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-09-28 13:22:21 +00:00
Zubin Duggal
6c99563a9f 9.4 support + MHU 2022-09-01 14:47:55 +05:30
Lei Zhu
df77e7dd2d
Support ghc-9.2.4 (#3085)
* Support ghc-9.2.4

* Restore caching workflow for ghc-9.2.3
2022-08-11 09:54:02 +01:00
Lei Zhu
e64b61e7fd
Support ghc-9.2.3 (#2936)
* Support ghc-9.2.3

* ormolu-0.5

* Update stack.yaml

Co-authored-by: Pepe Iborra <pepeiborra@gmail.com>
2022-06-16 15:29:38 +08:00
Pepe Iborra
8cbefb71bc
Consolidate all cabal.project files (#2866) 2022-05-05 15:07:51 +01:00
Zubin Duggal
b1e084ed06
Fix windows CI 2022-04-26 01:08:40 +05:30
Zubin Duggal
41b30b5706 Prepare 1.7.0.0 2022-04-21 14:08:10 +05:30
Pepe Iborra
a538641bf7
Target GHC 9.2.2 (#2787)
* Target GHC 9.2.2

* fix with-compiler

* attempt to fix Mac build

* attempt to fix stack

* Apply @July541 suggestion

* add missing space

* fix yaml

* another yaml fix
2022-03-21 17:19:25 +00:00
Julian Ospald
e8951c9152
Fix FreeBSD bindist build (#2748) 2022-03-04 12:55:31 +00:00
Julian Ospald
4ec1a4393f
Improve bindist makefile (#2746)
* Fix 'argument list too long' errors in for loop

* Fix symlink creation when DESTDIR is used

Co-authored-by: Pepe Iborra <pepeiborra@me.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-04 02:12:58 +00:00
Julian Ospald
f1e146b5a6
Send LSP error when GHC cannot be found (#2713)
* Send LSP error when GHC cannot be found

* Get rid of `wc -c`
2022-02-18 12:05:56 +00:00
Julian Ospald
a96b623c2b
Implement distribution of dynamic builds (#2675) 2022-02-11 07:54:09 +00:00