Skip to content

Commit

Permalink
Add missing upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
diogob committed Nov 11, 2023
1 parent 18d6c81 commit 96754a8
Showing 1 changed file with 22 additions and 23 deletions.
45 changes: 22 additions & 23 deletions postgres-websockets.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,34 @@ library
, PostgresWebsockets.Middleware
, PostgresWebsockets.Context
build-depends: base >= 4.7 && < 5
, hasql-pool >= 0.8 && < 0.10
, text >= 1.2 && < 2.2
, wai >= 3.2 && < 4
, websockets >= 0.9 && < 0.13
, wai-websockets >= 3.0 && < 4
, http-types >= 0.9
, bytestring >= 0.10
, postgresql-libpq >= 0.9.4.2
, lens >= 4.17.1
, jose >= 0.6
, unordered-containers >= 0.2
, aeson >= 2.0 && < 2.2
, protolude >= 0.2.3 && < 0.4
, hasql >= 1.4.1
, hasql-notifications >= 0.1.0.0 && < 0.3
, alarmclock >= 0.7.0.2 && < 0.8
, auto-update >= 0.1.6 && < 0.2
, base64-bytestring >= 1.0.0.3 && < 1.3
, bytestring >= 0.11.5 && < 0.12
, either >= 5.0.1.1 && < 5.1
, stm-containers >= 1.1.0.2 && < 1.3
, stm >= 2.5.0.0 && < 2.6
, envparse >= 0.5.0 && < 0.6
, hasql >= 1.6.3 && < 1.7
, hasql-notifications >= 0.1.0.0 && < 0.3
, hasql-pool >= 0.8 && < 0.10
, http-types >= 0.12.3 && < 0.13
, jose >= 0.11 && < 0.12
, lens >= 5.2.3 && < 5.3
, postgresql-libpq >= 0.10.0 && < 0.11
, protolude >= 0.2.3 && < 0.4
, retry >= 0.8.1.0 && < 0.10
, stm >= 2.5.0.0 && < 2.6
, stm-containers >= 1.1.0.2 && < 1.3
, text >= 1.2 && < 2.2
, time >= 1.8.0.2 && < 1.13
, alarmclock >= 0.7.0.2 && < 0.8
, envparse >= 0.4.1
, base64-bytestring >= 1.0.0.3 && < 1.3
, bytestring >= 0.10
, unordered-containers >= 0.2.19 && < 0.3
, wai >= 3.2 && < 4
, wai-app-static >= 3.1.7.1 && < 3.2
, wai-extra >= 3.0.29 && < 3.2
, wai-websockets >= 3.0 && < 4
, warp >= 3.2 && < 4
, warp-tls >= 3.2 && < 4
, wai-extra >= 3.0.29 && < 3.2
, wai-app-static >= 3.1.7.1 && < 3.2
, auto-update >= 0.1.6 && < 0.2
, websockets >= 0.9 && < 0.13

default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude, LambdaCase, RecordWildCards
Expand Down

0 comments on commit 96754a8

Please sign in to comment.