-
Given that we know the mapping of base bounds to ghc versions, we can probably compute a message for each package that indicates the likely GHC compatibility range. This should help clear up user conf…
-
```
Build with /nix/store/qlh14liv4d8hkkkj7m5i9nyx04yv87hc-ghc-8.6.1.
unpacking sources
unpacking source archive /nix/store/lm5yh6yb4n2zg3vkm5d2ys5l9886hqwv-source
source root is source
patching …
-
http://hackage.haskell.org/package/base-4.12.0.0/docs/GHC-Clock.html#v:getMonotonicTimeNSec
https://github.com/corsis/clock/pull/56 indicates that it is quite a bit faster than `getTime Monotonic` …
-
Like, in `mafia build -O0`
llelf updated
6 years ago
-
I am on macOS 14.4.1 (23E224) using ghc-9.4.8 to build hexpat-0.20.13, gcc Apple clang version 15.0.0 (clang-1500.3.9.4). The following error was thrown:
```
/var/folders/h1/vvswnzxd54lfr9n3t32k29…
-
It appears that, when a `library` specifies some `ld-options`, these `ld-options` are passed to `gcc` when it's invoked to link some object files generated as part of some the pipeline to turn a `hsc`…
-
GHC 9.0.2 on linux and 9.2.2 on [windows](https://gitlab.haskell.org/ghc/ghc/-/issues/21190) had missing profiling libs so @mpickering was so kind to supply me with fixed bindists.
These were added t…
-
It may be based on https://github.com/gereeter/hsdecomp
-
-
You often know the lower bound on the GHC versions you support. when older GHCs are excluded new hints become possible.
For example: on GHC 7.10 you no longer need `{-# LANGUAGE DeriveDataTypeable #…