File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ copyright:
22
22
category : Database
23
23
build-type : Custom
24
24
extra-source-files : cbits/noticehandlers.h
25
- cabal-version : >= 1.8
25
+ cabal-version : >= 1.10
26
26
tested-with :
27
27
GHC == 7.0.4
28
28
|| == 7.2.2
@@ -51,14 +51,15 @@ flag use-pkg-config
51
51
manual : True
52
52
53
53
library
54
- hs-source-dirs : src
55
- c-sources : cbits/noticehandlers.c
56
- include-dirs : cbits
54
+ default-language : Haskell2010
55
+ hs-source-dirs : src
56
+ c-sources : cbits/noticehandlers.c
57
+ include-dirs : cbits
57
58
exposed-modules :
58
59
Database.PostgreSQL.LibPQ
59
60
Database.PostgreSQL.LibPQ.Internal
60
61
61
- other-modules : Database.PostgreSQL.LibPQ.Compat
62
+ other-modules : Database.PostgreSQL.LibPQ.Compat
62
63
build-depends :
63
64
base >= 4.3 && < 4.15
64
65
, bytestring >= 0.9.1.0 && < 0.12
@@ -69,7 +70,7 @@ library
69
70
if os(windows)
70
71
build-depends : Win32 >= 2.2.0.2 && < 2.11
71
72
72
- ghc-options : -Wall
73
+ ghc-options : -Wall
73
74
74
75
if flag(use-pkg-config)
75
76
pkgconfig-depends : libpq == 9.3 || > 9.3
@@ -92,12 +93,13 @@ library
92
93
ssl
93
94
94
95
-- Other-modules:
95
- build-tools : hsc2hs -any
96
+ build-tools : hsc2hs -any
96
97
97
98
test-suite smoke
98
- type : exitcode-stdio-1.0
99
- main-is : Smoke.hs
100
- hs-source-dirs : test
99
+ default-language : Haskell2010
100
+ type : exitcode-stdio-1.0
101
+ main-is : Smoke.hs
102
+ hs-source-dirs : test
101
103
build-depends :
102
104
base
103
105
, bytestring
You can’t perform that action at this time.
0 commit comments