File: newer-deps

package info (click to toggle)
haskell-postgresql-libpq 0.9.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: haskell: 100; ansic: 65; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 633 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/postgresql-libpq.cabal
+++ b/postgresql-libpq.cabal
@@ -37,7 +37,7 @@
 
 Custom-setup
   setup-depends:
-    base >= 4.3 && <5, Cabal >= 1.10 && <2.5
+    base >= 4.3 && <5, Cabal >= 1.10 && <3.3
 
 -- If true,  use pkg-config,  otherwise use the pg_config based build
 -- configuration
@@ -51,7 +51,7 @@
   include-dirs:        cbits
   Exposed-modules:     Database.PostgreSQL.LibPQ
                        Database.PostgreSQL.LibPQ.Internal
-  Build-depends:       base       >=4.3     && <4.13
+  Build-depends:       base       >=4.3     && <4.15
                      , bytestring >=0.9.1.0 && <0.11
 
   if !os(windows)