[Hackage] #219: JHC's generated .ho files should go under dist/

#219: JHC's generated .ho files should go under dist/ ----------------------------+----------------------------------------------- Reporter: duncan | Owner: Type: defect | Status: new Priority: low | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: minor | Keywords: Difficulty: normal | Ghcversion: 6.8.2 Platform: Linux | ----------------------------+----------------------------------------------- Apparently JHC puts `.ho` files into the src dirs. That will not work any more since we only clean the `dist/` directory. It's really much simpler that way. The fix is probably to pass some extra flag to jhc when compiling in `Distribution/Simple/JHC.hs`. Should be easy to fix for anyone who has a working jhc installed. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/219 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#219: JHC's generated .ho files should go under dist/ ----------------------------+----------------------------------------------- Reporter: duncan | Owner: Type: defect | Status: new Priority: low | Milestone: Component: Cabal library | Version: 1.2.3.0 Severity: minor | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.2 | Platform: Linux ----------------------------+----------------------------------------------- Comment (by igloo): One way (the best way, in my opinion) to fix this for all cases is just to copy the source files into `dist/`. Depending on how the code is structured, it might make sense to use `cp` as a preprocessor or something. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/219#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage