0
0
Fork 0
Commit Graph

4 Commits

Author SHA1 Message Date
waddlesplash 4f180bdb94
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jerome Duval 0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval ac06436496 nhc98: code style. 2018-08-03 08:44:16 +02:00
Adrien Destugues 2c0dad1368 Add recipe and patch for nhc98
nhc is an Haskell compiler which is easily bootstrappable from C (unlike
ghc). The downsides are:
- It's slower
- It only implements Haskell 98

It may be usable to build GHC or some other Haskell based software,
we'll see.
2018-07-28 18:08:01 +02:00