From dd814584f39f51341f44bdc6a7834719d35c087a Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Wed, 9 Aug 2017 22:53:28 +0100 Subject: [PATCH] No more CPP --- esqueleto.cabal | 10 +--------- test/Common/Test.hs | 1 - 2 files changed, 1 insertion(+), 10 deletions(-) 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 #-}