-
I plan on posting this to my blog. Comments welcome. (There are some minor formatting wibbles because I didn't bother converting my ReST to Markdown.)
CC @hvr @dcoutts @bgamari @23Skidoo
Rendered: …
-
Here's what I get:
```
ezyang@sabre:~/Dev/cabal-ghcup/Cabal$ cabal new-build --reorder-goals --enable-tests cabal-install Cabal
Resolving dependencies...
internal error: could not construct a valid i…
-
Hello,
Haskell packages have always been really slow to install. The issue was the script which called haddock. When I upgraded my laptop, the first packages were pretty fast, but the more I installe…
-
Hey @grayjay, @edsko, @kosmikus ,
I was recently working on some solver changes (the commits are the tip of #3662) and I had a few questions:
1. In my patch, I want to create a separate package path …
-
We got an the error while building executable-hash pkg with ghc resolver.
We tested this in stack 0.1.10.1 and 1.0.0.
In our setup, all the package mentioned in the extra-deps are taken from lts-3.5…
-
I have a library that I want to debug. For that, I need a package that's not among the library's dependencies (`base16-bytestring`). But stack ghci would not allow me to do that, even if I pass `--pac…
-
My [`pony-sodium`](https://github.com/jemc/pony-sodium) package (FFI wrappers for the libsodium crypto library) was working with `ponyc` version 0.1.7, but with latest `ponyc` master, I get LLVM compi…
-
Running `cabal-nix new-build` in the `hackage-security` directory, with ghc 7.4.2 active, gives me
```
# cabal-nix new-build
Resolving dependencies...
cabal-nix: Could not resolve dependencies:
tryin…
edsko updated
8 years ago
-
I'm unable to install ihaskell on os X. The macos_install.sh script fails with installing ihaskell-widgets, as in issue #578. Since I'm still rather to haskell and I was worried my haskell and cabal i…
-
(Imported from [Trac #946](http://hackage.haskell.org/trac/hackage/ticket/946), reported by cooldude on 2012-04-26)
It appears that when running cabal install package, the package is downloaded witho…