packman
packman copied to clipboard
Which GHC configurations does packman work with?
I documented some problems I ran into here. Mostly, these are issues with failing tests, but it would also be great to have something in the README that explains which scenarios pacman is intended to work for:
- GHCI vs compiled
- GHC version
- Mac vs Windows vs Linux
- HPC mode
- Profiling mode
The scenario that worked for me was compiled, GHC 7.8.4.
Regarding failing tests with stack: has been accepted as stack issue in https://github.com/commercialhaskell/stack/issues/1429
PS: detailed test suites will be supported with stack 1.9 - but the issue with the default-build plan (no Cabal 1.20 for ghc 7.8) not working for tests still remains. Selecting a 3.xx build plan works.