Commit Graph

1858 Commits

Author SHA1 Message Date
Hamish Mackenzie
e95a1f0dac
Update nixpkgs pins. Turn off CI for nixpkgs-2105 (#1308)
* Turn off haskell.nix tests for nixpkgs-2105
* nix flake lock --update-input the nixpkgs pins
* Update docs
2021-12-13 18:05:15 +13:00
IOHK
6384a09c1e Update Hackage and Stackage 2021-12-13 01:19:16 +00:00
Hamish Mackenzie
942fa5defb
Fix check-hydra test (#1312)
* Fix check-hydra test

* Fix for ghc 9.2.1
2021-12-13 03:16:35 +13:00
IOHK
4670be0966 Update Hackage and Stackage 2021-12-12 02:13:11 +00:00
IOHK
c8d06643bf Update Hackage and Stackage 2021-12-11 01:14:43 +00:00
IOHK
b18c6ce086 Update Hackage and Stackage 2021-12-10 01:15:04 +00:00
Ryan Trinkle
613ec38dbd
Add ssh2 to lib/system-nixpkgs-map.nix (#1310) 2021-12-09 19:09:56 +00:00
IOHK
3f4403c7e5 Update Hackage and Stackage 2021-12-09 01:21:03 +00:00
IOHK
390926776d Update Hackage and Stackage 2021-12-08 01:24:56 +00:00
IOHK
e0d8b052c0 Update Hackage and Stackage 2021-12-07 01:59:16 +00:00
Tom Prince
a68a7dda41
Add nixos-21.11 builds. (#1304)
* Add nixos-21.11 builds.

* Remove references to nixpkgs-20.09.
2021-12-07 12:55:20 +13:00
IOHK
b2479523c0 Update Hackage and Stackage 2021-12-06 01:14:46 +00:00
IOHK
e93adc3afa Update Hackage and Stackage 2021-12-05 01:14:04 +00:00
IOHK
8c67265cd8 Update Hackage and Stackage 2021-12-04 01:13:56 +00:00
IOHK
d231ee71dc Update Hackage and Stackage 2021-12-03 01:16:05 +00:00
IOHK
3aa5ffc0af Update Hackage and Stackage 2021-12-02 01:14:26 +00:00
IOHK
30633ede39 Update Hackage and Stackage 2021-12-01 01:15:11 +00:00
IOHK
541d83fb49 Update Hackage and Stackage 2021-11-30 01:15:25 +00:00
IOHK
eeb3deec4c Update Hackage and Stackage 2021-11-29 01:13:45 +00:00
IOHK
4f47849781 Update Hackage and Stackage 2021-11-28 01:17:55 +00:00
IOHK
9a6349b550 Update Hackage and Stackage 2021-11-27 01:14:26 +00:00
IOHK
c8faecc486 Update Hackage and Stackage 2021-11-26 01:14:26 +00:00
IOHK
2e5e1ff0ef Update Hackage and Stackage 2021-11-25 01:16:01 +00:00
IOHK
9f3853782d Update Hackage and Stackage 2021-11-24 01:21:47 +00:00
IOHK
c810f3af58 Update Hackage and Stackage 2021-11-23 01:18:15 +00:00
IOHK
6d42cdee0f Update Hackage and Stackage 2021-11-22 01:16:34 +00:00
IOHK
fe40c2aed0 Update Hackage and Stackage 2021-11-21 01:47:03 +00:00
IOHK
b8c96c2534 Update Hackage and Stackage 2021-11-20 01:17:58 +00:00
endgame
ef3c474a9c
Add libzstd pkg-config mapping (#1295) 2021-11-19 11:09:05 +00:00
IOHK
1afbd0f2d9 Update Hackage and Stackage 2021-11-19 03:29:08 +00:00
Hamish Mackenzie
9dd933d6e8
Use ghcjs that includes a shim for __dirname (#1296) 2021-11-18 23:19:29 +13:00
Hamish Mackenzie
64cd5f70ce
Fix for emscripten (#1294) 2021-11-17 11:19:52 +13:00
Moritz Angermann
59ad2995cc
Update ghcjs810-src.json (#1291)
* Update ghcjs810-src.json

* Update ghcjs-project.nix

* Update ghcjs.nix

Use nodejs-12_x, to allow larger strings to be loaded. See https://github.com/nodejs/node/issues/33960

* Update comp-builder.nix

Allow large strings, see https://github.com/nodejs/node/issues/33960

* Update cabal-os-arch-comp.nix

* Update ghcjs-src

* Update ghcjs ref

Co-authored-by: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>
2021-11-17 02:17:02 +13:00
IOHK
499ab5b075 Update Hackage and Stackage 2021-11-16 01:28:00 +00:00
IOHK
3eb7e1199b Update Hackage and Stackage 2021-11-15 01:17:11 +00:00
IOHK
7a864ecff9 Update Hackage and Stackage 2021-11-14 04:22:42 +00:00
Teo Camarasu
8ed2bf2cdb
add patches with non-moving gc fixes for 8.10 (#1290) 2021-11-14 08:15:03 +08:00
Hamish Mackenzie
91ec10c032
ifdLevel 3 2021-11-13 23:07:19 +13:00
IOHK
e3933cbb70 Update Hackage and Stackage 2021-11-13 01:18:14 +00:00
Hamish Mackenzie
24b421cbfc
Add ghc 9.2.1 and update internal cabal to 3.6.2 (#1286) 2021-11-13 12:43:04 +13:00
Ross MacLeod
aaf4e230c6
patch out calls to mprotect with len=0 to stop qemu 6.0.0 from signalling ENOMEM (#1289)
* patch out calls to mprotect with len=0 to stop qemu 6.0.0 from signalling ENOMEM

* widen scope of mprotect len=0 patch back to 8.10.1, when the mprotect call was introduced

Co-authored-by: Ross MacLeod <ross@vitalbio.com>
2021-11-12 15:30:01 +08:00
Hamish Mackenzie
0f89172fe0
ifdLevel 2
Eval is failing and this will reduce load on hydra servers
2021-11-12 20:15:58 +13:00
IOHK
836689f1aa Update Hackage and Stackage 2021-11-12 01:25:26 +00:00
IOHK
b431c037ca Update Hackage and Stackage 2021-11-11 01:20:50 +00:00
IOHK
662b562ddf Update Hackage and Stackage 2021-11-10 01:17:04 +00:00
IOHK
dbd52cba51 Update Hackage and Stackage 2021-11-09 01:17:54 +00:00
IOHK
224b43bf48 Update Hackage and Stackage 2021-11-08 01:23:43 +00:00
IOHK
3b81b5b061 Update Hackage and Stackage 2021-11-07 01:15:12 +00:00
IOHK
564458fc40 Update Hackage and Stackage 2021-11-06 01:14:42 +00:00
IOHK
672a699f85 Update Hackage and Stackage 2021-11-05 01:14:17 +00:00