-
```
eax@fujitsu:~$ cabal install scion-browser
Resolving dependencies...
Downloading derive-2.5.16...
Configuring ghc-pkg-lib-0.3...
Configuring parallel-io-0.3.3...
Configuring persistent-2.1.1.7...
…
-
```
[1 of 1] Compiling Solga ( src/Solga.hs, dist/build/Solga.o )
src/Solga.hs:286:11: error:
• The default type signature for brief: a -> a
does not match its corresponding…
-
Consider the following cabal file:
```
name: foo
version: 0.1.0.0
build-type: Simple
cabal-version: >= 1.10
executable foo
main-is: Main.hs
build-depends: base
…
-
Hello - thanks for creating this, we are currently experimenting with moving our Haskell builds onto Bazel and so far this is working pretty well.
I was wondering whether it's possible to force Baz…
-
There was a GHC issue https://gitlab.haskell.org/ghc/ghc/-/issues/18708 which has been resolved: https://gitlab.haskell.org/ghc/ghc/-/merge_requests/6554/diffs?commit_id=917195a1943b783e3745a5e486ee26…
-
When building the Haskell Platform 2012.4.0.0 Unix source tarball I get:
Setup: The program haddock version >=0.6 is required but it could not be found.
Generating the mtl-2.1.2 package documentation…
-
Current blocker:
```
[__2] rejecting: base-4.15.0.0/installed-4.1... (conflict: lifted-async =>
base>=4.5 &&
-
ghc-paths has a custom setup script that sets some CPP variables by calling `ghc`. If this is blocking a lot of packages, consider hard-coding custom build logic for it for now.
judah updated
5 years ago
-
Currently, `haskell-ci` relies on [this GHCJS Ubuntu PPA](https://launchpad.net/~hvr/+archive/ubuntu/ghcjs) in order to offer installation support for GHCJS. However, this PPA has not been updated sin…
-
We have a decent overview of this now, but we really should have a much more robust section (probably in the STG chapter #14) that covers:
- known vs unknown functions: across different boundaries:…