Skip to content

Commit a9ed279

Browse files
authored
Bump hasql, bytestring (#28)
* Bump hasql, bytestring bounds * Remove duplicate bytestring dep
1 parent 5f5a115 commit a9ed279

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hasql-notifications.cabal

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

2726
default-language: Haskell2010
2827
ghc-options: -Wall

0 commit comments

Comments
 (0)