Ticket #225 (new bug report)
Opened 3 months ago
Package uses the deprecated flag -fglasgow-exts
| Reported by: | NeilMitchell | Owned by: | nibro |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | parser | Version: | |
| Keywords: | Cc: |
Description
What steps will reproduce the problem? 1. cabal update 2. cabal install haskell-src-exts
What is the expected output? What do you see instead? Expected: No installation errors Instead: dist/build/Language/Haskell/Exts/InternalParser.hs:1:12:
Warning: -fglasgow-exts is deprecated: Use individual extensions instead
[ 1 of 22] Compiling Language.Haskell.Exts.Annotated.Syntax ( src/Language/Haskell/Exts/Annotated/Syntax.hs, dist/build/Language/Haskell/Exts/Annotated/Syntax.o )
As originally reported against HLint, see http://code.google.com/p/ndmitchell/issues/detail?id=591
Note: See
TracTickets for help on using
tickets.
