Skip to content

Commit

Permalink
Remove extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
UnkindPartition committed Feb 11, 2012
1 parent e83419a commit d2fe0fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Text/Regex/Applicative/Object.hs
Expand Up @@ -9,7 +9,6 @@
--
-- This is a low-level interface to the regex engine.
--------------------------------------------------------------------
{-# LANGUAGE TypeFamilies, GADTs #-}
module Text.Regex.Applicative.Object
( ReObject
, compile
Expand Down
1 change: 0 additions & 1 deletion Text/Regex/Applicative/Reference.hs
Expand Up @@ -10,7 +10,6 @@
-- Reference implementation (using backtracking)
--------------------------------------------------------------------

{-# LANGUAGE GADTs #-}
module Text.Regex.Applicative.Reference (reference) where
import Prelude hiding (getChar)
import Text.Regex.Applicative.Types
Expand Down

0 comments on commit d2fe0fa

Please sign in to comment.