[GHC] #8401: parsec issues
GHC
ghc-devs
Thu Oct 3 01:38:30 UTC 2013
#8401: parsec issues
----------------------------------+---------------------------------------
Reporter: dsamperi | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Keywords: | Operating System: Linux
Architecture: x86_64 (amd64) | Type of failure: Compile-time crash
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
----------------------------------+---------------------------------------
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?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8401>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list