-
## Issue description
I have just started using nixos, and am struggling to build my haskell project's dependencies inside a `nix-shell` with ghc863 (it works with ghc844!). It seems to be because of …
-
Hello there.
I'm stuck at this point.
```
$ stack build
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for svgcairo-0.13.1.2:
…
-
It's very obvious that java-tron is based on the ethereumj project.
E.g. compare these two files (Just a random example out of many):
https://github.com/tronprotocol/java-tron/blob/develop/src/main/…
-
I followed the installation guide and I'm getting the following error:
```
MyHome@MyHome-PC MINGW64 /C/haskell/ide/haskell-ide-engine (master)
$ stack install
[1 of 2] Compiling Main …
-
@bergus [reported](https://github.com/commercialhaskell/stack/issues/2499#issuecomment-240183027) the following failure when running `stack upgrade --git`:
```
-- While building package prelude-extr…
-
https://github.com/haskell/cabal/blob/738a51148217885f797ea56af773b945469286b9/cabal-install/cabal-install.cabal.pp#L37
Can `cabal-install-2.4.0.0` be revised to allow building against `network-2.8…
-
Using a fresh install (2018-06-14) of Ubuntu 16.04, I see some HTML when requesting text output.
Version info:
```
# hardinfo --version
HardInfo version 0.5.1
Copyright (C) 2003-2009 Leandro …
-
以下是gdb bt的打印的崩溃堆栈,看样子也是CNetChannel::AddNewBlock中写入流的时候,导致SSE2 mencpy的时候内存没对齐什么的,这个问题纯哥跟我反应过。
@sunhantao @xdwangchn @gc87
```
Thread 4 "multiverse" received signal SIGSEGV, Segmentation fault.…
-
Hey, first of all thanks for the great work on the library, although I'm currently working from a local package install to get it working with 8.4.1... I had to widen constraints on `either` and `entr…
-
I'd like a pedantic option to the ghci sub-command: `stack ghci --pedantic`.
I know that `stack ghci --ghci-options "-Wall -Werror"` does the same but it's more to type and it's then consistent with …