declare required extensions

and remove default extension pragmas (OverloadedStrings)
This commit is contained in:
Adam C. Baker
2014-11-05 00:32:10 -08:00
parent 8c6b34aaf2
commit 74855db87b
19 changed files with 6 additions and 29 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{-# LANGUAGE OverloadedStrings, QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
module Feature.AuthSpec where
-- {{{ Imports
-2
View File
@@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module Feature.CorsSpec where
-- {{{ Imports
+1 -2
View File
@@ -1,5 +1,4 @@
{-# LANGUAGE OverloadedStrings, QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
module Feature.InsertSpec where
-- {{{ Imports
-2
View File
@@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module Feature.QuerySpec where
import Test.Hspec
-1
View File
@@ -1,4 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module Feature.RangeSpec where
import Test.Hspec
+1 -1
View File
@@ -1,4 +1,4 @@
{-# LANGUAGE OverloadedStrings, QuasiQuotes #-}
{-# LANGUAGE QuasiQuotes #-}
module Feature.StructureSpec where
import Test.Hspec
-1
View File
@@ -1,4 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module SpecHelper where
import Network.Wai
-1
View File
@@ -1,4 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module TestTypes (
IncPK(..),
fromList
-1
View File
@@ -1,4 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module Unit.ErrorsSpec where
import Test.Hspec
-2
View File
@@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module Unit.PgQuerySpec where
import Test.Hspec
-2
View File
@@ -1,5 +1,3 @@
{-# LANGUAGE OverloadedStrings #-}
module Unit.PgStructureSpec where
import Test.Hspec