No more CPP
This commit is contained in:
parent
3f1ffec01a
commit
dd814584f3
@ -46,14 +46,6 @@ source-repository head
|
|||||||
type: git
|
type: git
|
||||||
location: git://github.com/bitemyapp/esqueleto.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
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Database.Esqueleto
|
Database.Esqueleto
|
||||||
@ -81,7 +73,7 @@ library
|
|||||||
ghc-options: -Wall -Wno-redundant-constraints
|
ghc-options: -Wall -Wno-redundant-constraints
|
||||||
else
|
else
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
|
||||||
test-suite postgresql
|
test-suite postgresql
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
|||||||
@ -13,7 +13,6 @@
|
|||||||
, TemplateHaskell
|
, TemplateHaskell
|
||||||
, TypeFamilies
|
, TypeFamilies
|
||||||
, ScopedTypeVariables
|
, ScopedTypeVariables
|
||||||
, CPP
|
|
||||||
, TypeSynonymInstances
|
, TypeSynonymInstances
|
||||||
#-}
|
#-}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user