[GHC] #8401: parsec issues

#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

#8401: parsec issues -------------------------------------+------------------------------------- Reporter: dsamperi | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: worksforme | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: Compile- | Difficulty: Unknown time crash | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => worksforme Comment: Sorry to hear you ran into this issue. Please try the http://haskell.org/platform next time. It comes with parsec pre-installed, and should solve most of these annoying installation problems for you. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8401#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC