File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ library
32
32
, Database.PostgreSQL.Query.TH.SqlExp
33
33
, Database.PostgreSQL.Query.Types
34
34
35
- default-extensions : TemplateHaskell
36
- , CPP
35
+ default-extensions : CPP
37
36
, DeriveDataTypeable
38
37
, DeriveGeneric
39
38
, EmptyDataDecls
@@ -50,6 +49,7 @@ library
50
49
, RecordWildCards
51
50
, ScopedTypeVariables
52
51
, StandaloneDeriving
52
+ , TemplateHaskell
53
53
, TupleSections
54
54
, TypeFamilies
55
55
, TypeOperators
@@ -91,9 +91,9 @@ test-suite test
91
91
hs-source-dirs : test
92
92
main-is : Main.hs
93
93
94
- default-extensions : OverloadedStrings
94
+ default-extensions : FlexibleInstances
95
+ , OverloadedStrings
95
96
, TemplateHaskell
96
- , FlexibleInstances
97
97
98
98
build-depends : base >= 4.6 && < 5
99
99
, QuickCheck
You can’t perform that action at this time.
0 commit comments