Skip to content

Commit 66a9422

Browse files
chore: Remove unused haskell dependencies
Resolves #3873
1 parent a2b5af0 commit 66a9422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

postgrest.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ library
108108
, either >= 4.4.1 && < 5.1
109109
, extra >= 1.7.0 && < 2.0
110110
, fuzzyset >= 0.2.4 && < 0.3
111-
, gitrev >= 1.2 && < 1.4
112111
, hasql >= 1.6.1.1 && < 1.7
113112
, hasql-dynamic-statements >= 0.3.1 && < 0.4
114113
, hasql-notifications >= 0.2.2.0 && < 0.3
@@ -127,6 +126,7 @@ library
127126
, network-uri >= 2.6.1 && < 2.8
128127
, optparse-applicative >= 0.13 && < 0.19
129128
, parsec >= 3.1.11 && < 3.2
129+
-- Technically unused, can be removed after updating to hasql >= 1.7
130130
, postgresql-libpq >= 0.10
131131
, prometheus-client >= 1.1.1 && < 1.2.0
132132
, protolude >= 0.3.1 && < 0.4
@@ -255,7 +255,6 @@ test-suite spec
255255
, aeson >= 2.0.3 && < 2.3
256256
, aeson-qq >= 0.8.1 && < 0.9
257257
, async >= 2.1.1 && < 2.3
258-
, auto-update >= 0.1.4 && < 0.2
259258
, base64-bytestring >= 1 && < 1.3
260259
, bytestring >= 0.10.8 && < 0.13
261260
, case-insensitive >= 1.2 && < 1.3

0 commit comments

Comments
 (0)