Skip to content

Commit

Permalink
add upper bounds to dependencies, and support hasql-1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Jan 10, 2023
1 parent 527d6c0 commit e5992a5
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions hasql-interpolate.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: 2.4
name: hasql-interpolate
version: 0.1.0.3
x-revision: 1

author: Travis Staton <[email protected]>
category: Hasql, Database, PostgreSQL
Expand Down Expand Up @@ -35,22 +36,22 @@ library
Hasql.Interpolate.Internal.EncodeRow
Hasql.Interpolate.Internal.EncodeRow.TH

build-depends: base >= 4.14 && < 5
, hasql ^>= 1.4 || ^>= 1.5
, haskell-src-meta ^>= 0.8
, template-haskell >= 2.14
, megaparsec >= 8.0.0
, text
, time
, uuid
, scientific
, aeson
, transformers
, mtl
, vector
, containers
, bytestring
, array
build-depends: aeson ^>= 1.5 || ^>= 2.0 || ^>= 2.1,
array ^>= 0.5,
base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17,
bytestring ^>= 0.10 || ^>= 0.11,
containers ^>= 0.5 || ^>= 0.6,
haskell-src-meta ^>= 0.8,
hasql ^>= 1.4 || ^>= 1.5 || ^>= 1.6,
megaparsec ^>= 8.0.0 || ^>= 9.0 || ^>= 9.1 || ^>= 9.2 || ^>= 9.3,
mtl ^>= 2.1 || ^>= 2.2,
scientific ^>= 0.3,
template-haskell ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17 || ^>= 2.18 || ^>= 2.19,
text ^>= 1.2.5 || ^>= 2.0,
time ^>= 1.9.3 || ^>= 1.10 || ^>= 1.11 || ^>= 1.12,
transformers ^>= 0.5 || ^>= 0.6,
uuid ^>= 1.3,
vector ^>= 0.11 || ^>= 0.12 || ^>= 0.13,

hs-source-dirs: lib
default-language: Haskell2010
Expand Down

0 comments on commit e5992a5

Please sign in to comment.