Ticket #18 (closed bug report: fixed)
test machinery compiles with the wrong version
| Reported by: | nibro | Owned by: | greenrd |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | other | Version: | |
| Keywords: | Cc: |
Description
The current Setup.hs doesn't compile, unless you already have a version of haskell-src-exts installed. The problem is that the module Test.Runner, imported by Setup, cannot find Language.Haskell.Exts since that resides in the src folder. Not sure how to make it find the module there.
I've pushed a quick patch to uncomment the test machinery from Setup until this can be fixed.
Change History
Note: See
TracTickets for help on using
tickets.
