Skip to content

Commit

Permalink
Add some missing upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed May 6, 2024
1 parent 4ef3839 commit 48f92a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hasql-notifications.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ library
hs-source-dirs: src
exposed-modules: Hasql.Notifications
build-depends: base >= 4.7 && < 5
, bytestring >= 0.10.8.2
, bytestring >= 0.10.8.2 && < 0.12
, text >= 2 && < 2.2
, hasql-pool >= 1.2 && < 1.3
, bytestring >= 0.10
, postgresql-libpq >= 0.9 && < 1.0
, hasql >= 0.19
, hasql >= 0.19 && < 1.8

default-language: Haskell2010
ghc-options: -Wall
Expand Down

0 comments on commit 48f92a8

Please sign in to comment.