No more CPP
This commit is contained in:
parent
3f1ffec01a
commit
dd814584f3
@ -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
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
, TemplateHaskell
|
||||
, TypeFamilies
|
||||
, ScopedTypeVariables
|
||||
, CPP
|
||||
, TypeSynonymInstances
|
||||
#-}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user