[GHC] #9060: `cabal` linking error with GHC 7.8.2
GHC
ghc-devs at haskell.org
Wed Apr 30 19:38:30 UTC 2014
#9060: `cabal` linking error with GHC 7.8.2
-----------------------------------+----------------------------------
Reporter: pseudonom | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Package system | Version: 7.8.2
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: Other | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-----------------------------------+----------------------------------
Comment (by rwbarton):
You seem to be trying to build a dynamic `polyparse` library but you only
have a static `text` library, probably because the default of what kind of
libraries to build changed between cabal 1.16 and cabal 1.20. Try
reinstalling the text library (or just blowing away your whole 7.8.2
packages tree).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9060#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list