Skip to content

Please make it build with ghc 9.10 #139

Closed
@erikd

Description

@erikd

Currently need:

diff --git a/postgresql-simple.cabal b/postgresql-simple.cabal
index ca47515..dee677e 100644
--- a/postgresql-simple.cabal
+++ b/postgresql-simple.cabal
@@ -77,10 +77,10 @@ library
 
   -- GHC bundled libs
   build-depends:
-      base              >=4.12.0.0 && <4.20
+      base              >=4.12.0.0 && <4.21
     , bytestring        >=0.10.8.2 && <0.13
-    , containers        >=0.6.0.1  && <0.7
-    , template-haskell  >=2.14.0.0 && <2.22
+    , containers        >=0.6.0.1  && <0.8
+    , template-haskell  >=2.14.0.0 && <2.23
     , text              >=1.2.3.0  && <1.3  || >=2.0 && <2.2
     , time-compat       >=1.9.5    && <1.12
     , transformers      >=0.5.6.2  && <0.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions