Skip to content

Commit 48f92a8

Browse files
committed
Add some missing upper bounds
1 parent 4ef3839 commit 48f92a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hasql-notifications.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ library
1717
hs-source-dirs: src
1818
exposed-modules: Hasql.Notifications
1919
build-depends: base >= 4.7 && < 5
20-
, bytestring >= 0.10.8.2
20+
, bytestring >= 0.10.8.2 && < 0.12
2121
, text >= 2 && < 2.2
2222
, hasql-pool >= 1.2 && < 1.3
2323
, bytestring >= 0.10
2424
, postgresql-libpq >= 0.9 && < 1.0
25-
, hasql >= 0.19
25+
, hasql >= 0.19 && < 1.8
2626

2727
default-language: Haskell2010
2828
ghc-options: -Wall

0 commit comments

Comments
 (0)