Ticket #2499 (closed merge: fixed)
OPTIONS pragma silently ignored
| Reported by: | simonpj | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10.1 |
| Component: | Compiler | Version: | 6.8.3 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
{-# OPTIONS_GHC -package blarg #-}
module Foo where
f x = x
This compiles, but it shouldn't because there is no such package. AND because -package is not an acceptable OPTIONS flag in a module.
Change History
Note: See
TracTickets for help on using
tickets.
