No more CPP

This commit is contained in:
Fintan Halpenny 2017-08-09 22:53:28 +01:00
parent 3f1ffec01a
commit dd814584f3
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -13,7 +13,6 @@
, TemplateHaskell
, TypeFamilies
, ScopedTypeVariables
, CPP
, TypeSynonymInstances
#-}