Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, fix deprecated Distribution.Extension module
it no longer exports the internal per-compiler extension to flags functions
as they are no longer exist and the equivalents are internal.
  • Loading branch information
dcoutts committed Aug 7, 2007
1 parent cfa1b6c commit 2c619c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Distribution/Extension.hs
Expand Up @@ -41,11 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -}

module Distribution.Extension
{-# DEPRECATED "Use modules Language.Haskell.Extension and Distribution.Compiler instead" #-}
(Extension(..), Opt,
extensionsToNHCFlag, extensionsToGHCFlag,
extensionsToJHCFlag, extensionsToHugsFlag
(Extension(..)
) where

import Distribution.Compiler (Opt, extensionsToNHCFlag, extensionsToGHCFlag,
extensionsToJHCFlag, extensionsToHugsFlag)
import Language.Haskell.Extension (Extension(..))

0 comments on commit 2c619c2

Please sign in to comment.