-
We discussed
https://github.com/haskell/cabal/pull/9610#discussion_r1522602719
on [a cabal fortnightly chat](https://hackmd.io/rPjlPdfZQ3uxjU8k8X5mWg?view) and during the discussion @ulysses4eve…
-
Hello, thank you for this great library.
When using it for program built with https://gitlab.haskell.org/ghc/ghc-wasm-meta, it is failing early on because of the poll_oneoff "async io not supported…
-
Which system libraries does `unix` depend on? This should be documented in:
- README
- Maybe also `unix.cabal` via a `pkgconfig-depends`?
Here is a broken CI run with GHC 9.4 and `--enable-execu…
-
Currently we do ABI checking here:
https://github.com/haskell/haskell-language-server/blob/f1e146b5a6409106d89241581d4f3ab755481e2d/bindist/wrapper.in#L65-L81
@wz1000 suggested this should maybe…
-
not all for ghc-9, some are required earlier.
```
import Data.GADT.Show
+import Data.Type.Equality ((:~:)(Refl))
import Data.GADT.Compare
```
and import package `some`, because of
https://g…
-
-
See here: http://bpaste.net/show/45608/
haasn updated
12 years ago
-
Bartosz Nitka: Facebook
-
`--ghc-options` overrides `ghc-options` in component configuration but doesn't override `OPTIONS_GHC` in the module.
When I want to test my package, I run `stack test --pedantic`.
When I want to d…
-
GHC constantly tries to overwrite distro defaults and selects `ld.gold` very aggressively even if `ld.bfd` is the system default.
[Major source distros advice against using ld.gold as default](http…