Configuring zlib-0.5.4.2...
Setup.hs: Missing dependency on a foreign library:
* Missing (or bad) header file: zlib.h
* Missing C library: z
environment.systemPackages = with pkgs; [
...
haskellPackages.ghc
haskellPackages.stack
zlib
...mkDerivation {
...
libraryHaskellDepends = [ base bytestring http-conduit ]
libraryPkgconfigDepends = [ zlib ]
...
};
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/af258688-7e3f-430d-be22-5ce6f78d3206%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Well, I can build project, but can't run GHCi:
nix-shell -p zlib [nix-shell:~/my-project]$ stack ghci Using main module: Package `app' component exe:app-exe with main-is file: /home/gman/my-project/app/Main.hs The following GHC options are incompatible with GHCi and have not been passed to it: -threaded Configuring GHCi with the following packages: app GHCi, version 7.10.2: http://www.haskell.org/ghc/ :? for help
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/4d4f3b4a-51be-4676-9cac-995eeeb05bcd%40googlegroups.com.
"glpk and pcre is not found"
--
You received this message because you are subscribed to the Google Groups "haskell-stack" group.
To unsubscribe from this group and stop receiving emails from it, send an email to haskell-stac...@googlegroups.com.
To post to this group, send email to haskel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/haskell-stack/b3f156cb-73bd-4424-b4df-16ace24653ee%40googlegroups.com.