Skip to content

Commit

Permalink
Removed deprecated pattern signatures pragmas.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmikus committed Oct 9, 2011
1 parent 775a98f commit 4a9d4e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Generics/MultiRec/ConNames.hs
Expand Up @@ -3,7 +3,6 @@
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE PatternSignatures #-}

-----------------------------------------------------------------------------
-- |
Expand Down
1 change: 0 additions & 1 deletion src/Generics/MultiRec/Read.hs
Expand Up @@ -6,7 +6,6 @@
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GADTs #-}
{-# LANGUAGE PatternSignatures #-}

-----------------------------------------------------------------------------
-- |
Expand Down

0 comments on commit 4a9d4e3

Please sign in to comment.