Skip to content

Commit

Permalink
Clean up {-# LANGUAGE ... #-} pragmas a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsmith committed Mar 4, 2012
1 parent d4d0707 commit 3ed3c70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Database/PostgreSQL/Simple/FromField.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{-# LANGUAGE CPP, DeriveDataTypeable, DeriveFunctor, FlexibleInstances #-}
{-# LANGUAGE PatternGuards, ScopedTypeVariables, OverloadedStrings #-}
{-# LANGUAGE PatternGuards, ScopedTypeVariables #-}
------------------------------------------------------------------------------
-- |
-- Module: Database.PostgreSQL.Simple.FromField
Expand Down
3 changes: 1 addition & 2 deletions src/Database/PostgreSQL/Simple/Internal.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE OverloadedStrings, NamedFieldPuns, RecordWildCards #-}
{-# LANGUAGE DeriveDataTypeable, GeneralizedNewtypeDeriving #-}
{-# LANGUAGE RecordWildCards, DeriveDataTypeable, GeneralizedNewtypeDeriving #-}
------------------------------------------------------------------------------
-- |
-- Module: Database.PostgreSQL.Simple.Internal
Expand Down
2 changes: 0 additions & 2 deletions src/Database/PostgreSQL/Simple/LargeObjects.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}

-----------------------------------------------------------------------------
-- |
-- Module : Database.PostgreSQL.Simple.LargeObjects
Expand Down
3 changes: 1 addition & 2 deletions src/Database/PostgreSQL/Simple/Param.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE DeriveDataTypeable, DeriveFunctor, FlexibleInstances,
OverloadedStrings #-}
{-# LANGUAGE DeriveDataTypeable, DeriveFunctor, FlexibleInstances #-}

-- |
-- Module: Database.PostgreSQL.Simple.Param
Expand Down

0 comments on commit 3ed3c70

Please sign in to comment.