[Hackage] #917: Generated Paths module broken with NoImplicitPrelude
Hackage
cvs-ghc at haskell.org
Tue Feb 14 19:32:10 CET 2012
#917: Generated Paths module broken with NoImplicitPrelude
----------------------------+-----------------------------------------------
Reporter: dag | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Cabal library | Version:
Severity: normal | Keywords:
Difficulty: unknown | Ghcversion:
Platform: |
----------------------------+-----------------------------------------------
A .cabal with NoImplicitPrelude breaks the generated Paths_pkgname module
which relies on Prelude being implicitly imported, and is built using the
extensions configured in .cabal:
Name: pkgname
Library
Extensions: NoImplicitPrelude
Other-Modules: Paths_pkgname
Something like the above will result in build errors for missing symbols
in Paths_pkgname.
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/917>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list