We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5af0 commit 66a9422Copy full SHA for 66a9422
postgrest.cabal
@@ -108,7 +108,6 @@ library
108
, either >= 4.4.1 && < 5.1
109
, extra >= 1.7.0 && < 2.0
110
, fuzzyset >= 0.2.4 && < 0.3
111
- , gitrev >= 1.2 && < 1.4
112
, hasql >= 1.6.1.1 && < 1.7
113
, hasql-dynamic-statements >= 0.3.1 && < 0.4
114
, hasql-notifications >= 0.2.2.0 && < 0.3
@@ -127,6 +126,7 @@ library
127
126
, network-uri >= 2.6.1 && < 2.8
128
, optparse-applicative >= 0.13 && < 0.19
129
, parsec >= 3.1.11 && < 3.2
+ -- Technically unused, can be removed after updating to hasql >= 1.7
130
, postgresql-libpq >= 0.10
131
, prometheus-client >= 1.1.1 && < 1.2.0
132
, protolude >= 0.3.1 && < 0.4
@@ -255,7 +255,6 @@ test-suite spec
255
, aeson >= 2.0.3 && < 2.3
256
, aeson-qq >= 0.8.1 && < 0.9
257
, async >= 2.1.1 && < 2.3
258
- , auto-update >= 0.1.4 && < 0.2
259
, base64-bytestring >= 1 && < 1.3
260
, bytestring >= 0.10.8 && < 0.13
261
, case-insensitive >= 1.2 && < 1.3
0 commit comments