packman icon indicating copy to clipboard operation
packman copied to clipboard

Which GHC configurations does packman work with?

Open rrnewton opened this issue 9 years ago • 1 comments

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.

rrnewton avatar Sep 03 '15 16:09 rrnewton

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.

michaxm avatar Nov 26 '15 08:11 michaxm