Ticket #147 (closed enhancement: fixed)
Replace Extension type with (newtyped?) String
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Cabal library | Version: | 1.1.6 |
| Severity: | normal | Keywords: | |
| Cc: | Difficulty: | normal | |
| GHC Version: | 6.4.2 | Platform: | Linux |
Description
Currently it is not possible to put extensions that Cabal does not know about in Cabal files. With GHC's -XFoo and --supported-extension flags there is no need for Cabal to maintain its own extension list, so this type should be replaced with either
type Extension = String
or
newtype Extension = Extension String
Change History
Note: See
TracTickets for help on using
tickets.
