parsec issues
Built ghc-7.7 using BuildFlavour quick under Fedora 18 Linux and I encounter a problem after installing parsec and trying to load example ch16/csv9.hs from RealWorldHaskell:
Could not find module 'Text.ParserCombinators.Parsec' Perhaps you haven't installed the "dyn" libraries for package parsec-3.1.3
There are also Warnings while installing parsec: Data/Text/Lazy/Builder/Int.hs:52:11: Warning:
Rule "decimal/Int" may never fire
because ‛decimal’ might inline first
Probable fix: add an INLINE[n] or NOINLINE[n] pragma on ‛decimal’
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.7 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |