diff --git a/esqueleto.cabal b/esqueleto.cabal index ecfc7dd..0ba6734 100644 --- a/esqueleto.cabal +++ b/esqueleto.cabal @@ -46,14 +46,6 @@ source-repository head type: git location: git://github.com/bitemyapp/esqueleto.git -Flag postgresql - Description: test postgresql. default is to test sqlite. - Default: False - -Flag mysql - Description: test MySQL/MariaDB. default is to test sqlite. - Default: False - library exposed-modules: Database.Esqueleto @@ -81,7 +73,7 @@ library ghc-options: -Wall -Wno-redundant-constraints else ghc-options: -Wall - + test-suite postgresql type: exitcode-stdio-1.0 diff --git a/test/Common/Test.hs b/test/Common/Test.hs index 722e83e..897436c 100644 --- a/test/Common/Test.hs +++ b/test/Common/Test.hs @@ -13,7 +13,6 @@ , TemplateHaskell , TypeFamilies , ScopedTypeVariables - , CPP , TypeSynonymInstances #-}