-
The GHC HEAD package in HVR's PPA has gone quite stale, so I didn't bother moving it over during the migration to Github Actions. haskell-CI/haskell-ci#458 is a request to freshen the package; if that…
-
I'm trying to `stack build` a project and I am getting this error:
```
network > configure: error: cannot run //home/jeffhappily/Programming/my-server/stack-26498c94b43ec990/netwo…
-
[ghc.nix](https://github.com/alpmestan/ghc.nix) recommends using `./configure $CONFIGURE_ARGS`, and also provides a convenience command `configure_ghc` which does the same.
It seems like would make…
-
See #8. This isn't a regression, since this was never really feasible.
mvdan updated
4 years ago
-
Hi,
the dependencies of your package currently prevent it from being built with GHC-7.10. Please consider making an upload fixing this.
Also, you can get free QA and earlier notification of such pro…
-
This is connection with the work on static-case and optimisation (see #40).
By now, I think it's feasible to get the static-case branch into a shape where it produces mostly the same code as handwr…
-
```
What steps will reproduce the problem?
1. Install GHC 7.8
2. Configure the project and run 'make'
What is the expected output? What do you see instead?
In the libraries shipped since 7.8, Contro…
-
```
Configuring fixed-0.2.1...
Dependency base ==4.6.0.1: using base-4.6.0.1
Using Cabal-1.20.0.2 compiled by ghc-7.6
Using compiler: ghc-7.6.3
Using install prefix: /home/ubuntu/.cabal
Binaries insta…
-
`base` package dependency should be mapped on something like:
```
require hackage [ ghc_dep='>=7.10&
-
(I thought this was fixed but maybe this is a different problem.)
When I run `tests/todo/bar.hs` I _don't_ get the right annotation for the recursive call to `bar`. Is this because of the `SourceSpan…