Commit Graph

2053 Commits

Author SHA1 Message Date
Julian Ospald 482503ca0a
Fix cross-compilation on make 2023-07-15 20:16:54 +08:00
Julian Ospald 2fb7328a6e
Detect hadrian/make automatically, wrt #846 2023-07-15 20:16:36 +08:00
Julian Ospald 06eae56646
Fix pulling freebsd bindist 2023-07-12 17:51:56 +08:00
Julian Ospald bdbbeb1040
Bump version to 0.1.19.5 2023-07-12 01:05:23 +08:00
Julian Ospald 1eed02c8c7
Merge branch 'docker-gg' 2023-07-12 01:04:53 +08:00
Julian Ospald 6d325a1804
Fix docker builds 2023-07-11 23:44:49 +08:00
Julian Ospald a05f272b58
Merge remote-tracking branch 'origin/pr/844' 2023-07-11 23:30:51 +08:00
Julian Ospald 07dfb1e94b
Fix tests 2023-07-08 00:07:29 +08:00
Julian Ospald 6ff07d3dbc
Disable fking cabal-cache 2023-07-07 23:41:28 +08:00
Julian Ospald 0da5572164
Don't need --bignum option 2023-07-07 23:20:16 +08:00
Julian Ospald 422b99a222
Make cabal-cache non-fatal 2023-07-07 23:20:06 +08:00
Julian Ospald 055df584a4
Avoid duplicates in cross compilers showing up 2023-07-07 21:09:55 +08:00
Julian Ospald 9798e0f1d2
Fix brick min size for version column 2023-07-07 17:37:20 +08:00
Julian Ospald a43fa7d63e
More cross fixes to install bindist 2023-07-07 16:41:58 +08:00
Julian Ospald 4361ef7a72
Fix cross target being ignored 2023-07-07 00:39:31 +08:00
Sylvain Henry 3218aaa378
Allow cross-compilation with Hadrian 2023-07-07 00:38:50 +08:00
Julian Ospald 186a37cf3e
Fix cross bindist installation 2023-07-07 00:38:50 +08:00
Sylvain Henry 7b1f591cc4
Fix Lint issues 2023-07-06 20:49:57 +08:00
Julian Ospald 0ecd244177
Update playground link 2023-07-06 20:43:14 +08:00
Julian Ospald e14600ae75
Update ghver in bootstrap script 2023-07-02 18:56:18 +08:00
Julian Ospald 0884756139
Update metadata 2023-07-02 18:55:57 +08:00
Julian Ospald 4c539d62c1
Add create yaml script 2023-07-02 18:55:40 +08:00
Julian Ospald f5b58d1db7
Update metadata submodule 2023-07-02 15:35:39 +08:00
Julian Ospald 18f6a74d08
Bump cabal in CI to 3.10.1.0 2023-07-02 12:34:04 +08:00
Julian Ospald becb3436d0
Bump to 0.1.19.4 2023-07-02 12:32:11 +08:00
Julian Ospald 1f220cd488
Update metadata submodule 2023-06-29 20:14:41 +08:00
Julian Ospald 572ee06bbb
Update ghcup version in bootstrap script 2023-06-29 20:12:10 +08:00
Julian Ospald 6e1380ef2e
Bump to 0.1.19.2, add changelog 2023-06-29 18:42:05 +08:00
Julian Ospald 3e83a7fd83
Merge branch 'nightlies' 2023-06-29 18:27:17 +08:00
Julian Ospald 34ac9cec4d
Add nightlies documentation 2023-06-29 14:47:49 +08:00
Julian Ospald 513f7446b3
Fix 2023-06-29 14:30:07 +08:00
Julian Ospald aed478153d
Print alternative day if day not found 2023-05-14 22:06:38 +08:00
Julian Ospald 210816769a
Add dlOutput to DownloadInfo 2023-05-14 22:06:38 +08:00
Julian Ospald 42bf21c86e
Update stack 2023-05-14 19:43:50 +08:00
Julian Ospald 4b34cddcda
Implement support for nightlies, wrt #824 2023-05-14 19:43:49 +08:00
Julian Ospald 1ba2361fea
Fix ARMv7 build 2023-05-02 23:54:53 +08:00
Julian Ospald 278a3005d1
Merge remote-tracking branch 'origin/pr/818' 2023-05-01 16:02:32 +08:00
Luis Morillo 78d68e381a apply logging only on GHC uninstalation 2023-04-14 17:31:28 +02:00
Julian Ospald 17ffc459db
Merge remote-tracking branch 'origin/pr/811' 2023-03-25 16:45:12 +08:00
Julian Ospald afcb482866
Update GPG keys 2023-03-25 15:33:56 +08:00
Julian Ospald c28de19faa
Fix GC with XDG dirs, fixes #810 2023-03-18 22:04:37 +08:00
Julian Ospald 7ae952c82e
Merge remote-tracking branch 'origin/pr/809' 2023-03-18 12:26:32 +08:00
Ryan Davis 98098035c9
Use correct environment variable for `STACK_ROOT`
The environment variable used to set the root Stack directory was
incorrectly defined as STACK_ROOOT (typo with an extra 'O'). 

This has been fixed and the correct STACK_ROOT variable is now used.

See: https://docs.haskellstack.org/en/stable/environment_variables/#stack_root
2023-03-16 13:38:25 +11:00
Julian Ospald acdc0786ba
Update tools table 2023-03-15 00:18:14 +08:00
Julian Ospald 7fa72a8892
Merge remote-tracking branch 'origin/pr/807' 2023-03-15 00:13:54 +08:00
Julian Ospald fa22920e51
Merge branch 'docker-glibc' 2023-03-15 00:13:17 +08:00
Julian Ospald f084fbce43
Fix f*ckup in docker image creation 2023-03-14 20:56:03 +08:00
Arjun Kathuria 1850c00e9d fix: project build error with new haskus-utils-variant version
* New haskus-utils-variant version 3.3 now includes the function
  "throwSomeE", which was now causing a compile error, since
  we have a function of the same name in our code.

* The function imported from the package and our own version clashed.

* Solution was to conditionally include our shim when haskus-utils-variant
  version < 3.3
2023-03-13 00:25:04 +05:30
Julian Ospald c20deceaa8
Improve wording around FreeBSD support 2023-03-11 21:26:16 +08:00
Julian Ospald 89e4145baf
Merge remote-tracking branch 'origin/pr/805' 2023-03-11 21:23:31 +08:00