Skip to content

Commit

Permalink
Remove -fglasgow-exts
Browse files Browse the repository at this point in the history
Ignore-this: 116cbd57d6db320e1e6722da3f9451e6

darcs-hash:20091221010416-228f4-8cc2817fd64e099986a8ae7ae7b78f971435fa49.gz
  • Loading branch information
eb committed Dec 21, 2009
1 parent 0197521 commit 203a435
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Ivor/MakeData.lhs
@@ -1,5 +1,3 @@
> {-# OPTIONS_GHC -fglasgow-exts #-}

> module Ivor.MakeData where > module Ivor.MakeData where


> import Ivor.TTCore > import Ivor.TTCore
Expand Down
2 changes: 0 additions & 2 deletions Ivor/TT.lhs
@@ -1,5 +1,3 @@
> {-# OPTIONS_GHC -fglasgow-exts #-}

> -- | > -- |
> -- Module : Ivor.TT > -- Module : Ivor.TT
> -- Copyright : Edwin Brady > -- Copyright : Edwin Brady
Expand Down
2 changes: 0 additions & 2 deletions Ivor/Tactics.lhs
@@ -1,5 +1,3 @@
> {-# OPTIONS_GHC -fglasgow-exts #-}

> module Ivor.Tactics where > module Ivor.Tactics where


> import Ivor.TTCore > import Ivor.TTCore
Expand Down
5 changes: 3 additions & 2 deletions ivor.cabal
@@ -1,5 +1,5 @@
Name: ivor Name: ivor
Version: 0.1.10 Version: 0.1.10.1
Author: Edwin Brady Author: Edwin Brady
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
Expand Down Expand Up @@ -62,7 +62,8 @@ Build-depends: base >=3 && <5, parsec, mtl, directory, binary
Build-type: Simple Build-type: Simple


Extensions: MultiParamTypeClasses, FunctionalDependencies, Extensions: MultiParamTypeClasses, FunctionalDependencies,
ExistentialQuantification, OverlappingInstances ExistentialQuantification, OverlappingInstances,
TypeSynonymInstances, PatternGuards
-- Needs some -Wall cleanup -- Needs some -Wall cleanup
-- GHC-options: -Wall -- GHC-options: -Wall


Expand Down

0 comments on commit 203a435

Please sign in to comment.