11cabal-version : 1.12
22name : postgresql-simple
33version : 0.6.4
4- x-revision : 3
4+ x-revision : 4
55synopsis : Mid-Level PostgreSQL client library
66description :
77 Mid-Level PostgreSQL client library , forked from mysql-simple.
@@ -32,8 +32,9 @@ tested-with:
3232 || == 8.4.4
3333 || == 8.6.5
3434 || == 8.8.4
35- || == 8.10.4
35+ || == 8.10.7
3636 || == 9.0.1
37+ || == 9.2.1
3738
3839library
3940 default-language : Haskell2010
@@ -79,10 +80,10 @@ library
7980
8081 -- GHC bundled libs
8182 build-depends :
82- base >= 4.6.0.0 && < 4.16
83+ base >= 4.6.0.0 && < 4.17
8384 , bytestring >= 0.10.0.0 && < 0.12
8485 , containers >= 0.5.0.0 && < 0.7
85- , template-haskell >= 2.8.0.0 && < 2.18
86+ , template-haskell >= 2.8.0.0 && < 2.19
8687 , text >= 1.2.3.0 && < 1.3
8788 , time-compat >= 1.9.5 && < 1.12
8889 , transformers >= 0.3.0.0 && < 0.6
@@ -93,7 +94,7 @@ library
9394 , attoparsec >= 0.13.2.2 && < 0.15
9495 , bytestring-builder >= 0.10.8.1.0 && < 0.11
9596 , case-insensitive >= 1.2.0.11 && < 1.3
96- , hashable >= 1.2.7.0 && < 1.4
97+ , hashable >= 1.2.7.0 && < 1.5
9798 , Only >= 0.1 && < 0.1.1
9899 , postgresql-libpq >= 0.9.4.3 && < 0.10
99100 , scientific >= 0.3.6.2 && < 0.4
0 commit comments