Revert "chore: remove unused haskell dependencies"
This reverts commit b6bb8382e7.
This commit is contained in:
committed by
Wolfgang Walther
parent
ed8be34b20
commit
bccf7ac97a
+15
-3
@@ -102,8 +102,10 @@ library
|
|||||||
, auto-update >= 0.1.4 && < 0.3
|
, auto-update >= 0.1.4 && < 0.3
|
||||||
, base64-bytestring >= 1 && < 1.3
|
, base64-bytestring >= 1 && < 1.3
|
||||||
, bytestring >= 0.10.8 && < 0.13
|
, bytestring >= 0.10.8 && < 0.13
|
||||||
|
, cache >= 0.1.3 && < 0.2.0
|
||||||
, case-insensitive >= 1.2 && < 1.3
|
, case-insensitive >= 1.2 && < 1.3
|
||||||
, cassava >= 0.4.5 && < 0.6
|
, cassava >= 0.4.5 && < 0.6
|
||||||
|
, clock >= 0.8.3 && < 0.9.0
|
||||||
, configurator-pg >= 0.2.11 && < 0.3
|
, configurator-pg >= 0.2.11 && < 0.3
|
||||||
, containers >= 0.5.7 && < 0.7
|
, containers >= 0.5.7 && < 0.7
|
||||||
, cookie >= 0.4.2 && < 0.6
|
, cookie >= 0.4.2 && < 0.6
|
||||||
@@ -116,9 +118,11 @@ library
|
|||||||
, hasql-notifications >= 0.2.2.2 && < 0.2.3
|
, hasql-notifications >= 0.2.2.2 && < 0.2.3
|
||||||
, hasql-pool >= 1.0.1 && < 1.1
|
, hasql-pool >= 1.0.1 && < 1.1
|
||||||
, hasql-transaction >= 1.0.1 && < 1.2
|
, hasql-transaction >= 1.0.1 && < 1.2
|
||||||
|
, heredoc >= 0.2 && < 0.3
|
||||||
, http-client >= 0.7.19 && < 0.8
|
, http-client >= 0.7.19 && < 0.8
|
||||||
, http-types >= 0.12.2 && < 0.13
|
, http-types >= 0.12.2 && < 0.13
|
||||||
, insert-ordered-containers >= 0.2.2 && < 0.3
|
, insert-ordered-containers >= 0.2.2 && < 0.3
|
||||||
|
, iproute >= 1.7.0 && < 1.8
|
||||||
, jose-jwt >= 0.9.6 && < 0.11
|
, jose-jwt >= 0.9.6 && < 0.11
|
||||||
, lens >= 4.14 && < 5.4
|
, lens >= 4.14 && < 5.4
|
||||||
, lens-aeson >= 1.0.1 && < 1.3
|
, lens-aeson >= 1.0.1 && < 1.3
|
||||||
@@ -128,6 +132,8 @@ library
|
|||||||
, network-uri >= 2.6.1 && < 2.8
|
, network-uri >= 2.6.1 && < 2.8
|
||||||
, optparse-applicative >= 0.13 && < 0.19
|
, optparse-applicative >= 0.13 && < 0.19
|
||||||
, parsec >= 3.1.11 && < 3.2
|
, parsec >= 3.1.11 && < 3.2
|
||||||
|
-- Technically unused, can be removed after updating to hasql >= 1.7
|
||||||
|
, postgresql-libpq >= 0.10
|
||||||
, prometheus-client >= 1.1.1 && < 1.2.0
|
, prometheus-client >= 1.1.1 && < 1.2.0
|
||||||
, protolude >= 0.3.1 && < 0.4
|
, protolude >= 0.3.1 && < 0.4
|
||||||
, regex-tdfa >= 1.2.2 && < 1.4
|
, regex-tdfa >= 1.2.2 && < 1.4
|
||||||
@@ -145,6 +151,11 @@ library
|
|||||||
, wai >= 3.2.1 && < 3.3
|
, wai >= 3.2.1 && < 3.3
|
||||||
, wai-cors >= 0.2.5 && < 0.3
|
, wai-cors >= 0.2.5 && < 0.3
|
||||||
, wai-extra >= 3.1.8 && < 3.2
|
, wai-extra >= 3.1.8 && < 3.2
|
||||||
|
-- We already depend on wai-logger >= 2.3.7 indirectly via wai-extra,
|
||||||
|
-- but we want to depend on 2.4.0 which fixes 'unknownSocket' log output
|
||||||
|
-- for unix sockets; this is tested in test/io/test_io.py. See
|
||||||
|
-- https://github.com/kazu-yamamoto/logger/commit/3a71ca70afdbb93d4ecf0083eeba1fbbbcab3fc3
|
||||||
|
, wai-logger >= 2.4.0
|
||||||
, warp >= 3.3.19 && < 3.5
|
, warp >= 3.3.19 && < 3.5
|
||||||
, stm >= 2.5 && < 3
|
, stm >= 2.5 && < 3
|
||||||
, stm-hamt >= 1.2 && < 2
|
, stm-hamt >= 1.2 && < 2
|
||||||
@@ -155,7 +166,7 @@ library
|
|||||||
-- -optP-Wno-nonportable-include-path
|
-- -optP-Wno-nonportable-include-path
|
||||||
-- prevents build failures on case-insensitive filesystems (macos),
|
-- prevents build failures on case-insensitive filesystems (macos),
|
||||||
-- see https://github.com/commercialhaskell/stack/issues/3918
|
-- see https://github.com/commercialhaskell/stack/issues/3918
|
||||||
ghc-options: -Werror -Wall -fwarn-identities -Wunused-packages
|
ghc-options: -Werror -Wall -fwarn-identities
|
||||||
-fno-spec-constr -optP-Wno-nonportable-include-path
|
-fno-spec-constr -optP-Wno-nonportable-include-path
|
||||||
|
|
||||||
if flag(dev)
|
if flag(dev)
|
||||||
@@ -176,10 +187,11 @@ executable postgrest
|
|||||||
hs-source-dirs: main
|
hs-source-dirs: main
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends: base >= 4.9 && < 4.20
|
build-depends: base >= 4.9 && < 4.20
|
||||||
|
, containers >= 0.5.7 && < 0.7
|
||||||
, postgrest
|
, postgrest
|
||||||
, protolude >= 0.3.1 && < 0.4
|
, protolude >= 0.3.1 && < 0.4
|
||||||
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
|
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -I0 -qg"
|
||||||
-O2 -Werror -Wall -fwarn-identities -Wunused-packages
|
-O2 -Werror -Wall -fwarn-identities
|
||||||
-fno-spec-constr -optP-Wno-nonportable-include-path
|
-fno-spec-constr -optP-Wno-nonportable-include-path
|
||||||
|
|
||||||
if flag(dev)
|
if flag(dev)
|
||||||
@@ -279,7 +291,7 @@ test-suite spec
|
|||||||
, transformers-base >= 0.4.4 && < 0.5
|
, transformers-base >= 0.4.4 && < 0.5
|
||||||
, wai >= 3.2.1 && < 3.3
|
, wai >= 3.2.1 && < 3.3
|
||||||
, wai-extra >= 3.0.19 && < 3.2
|
, wai-extra >= 3.0.19 && < 3.2
|
||||||
ghc-options: -threaded -O0 -Werror -Wall -fwarn-identities -Wunused-packages
|
ghc-options: -threaded -O0 -Werror -Wall -fwarn-identities
|
||||||
-fno-spec-constr -optP-Wno-nonportable-include-path
|
-fno-spec-constr -optP-Wno-nonportable-include-path
|
||||||
-fno-warn-missing-signatures
|
-fno-warn-missing-signatures
|
||||||
-fwrite-ide-info
|
-fwrite-ide-info
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ extra-deps:
|
|||||||
- fuzzyset-0.2.4
|
- fuzzyset-0.2.4
|
||||||
- hasql-pool-1.0.1
|
- hasql-pool-1.0.1
|
||||||
- jose-jwt-0.10.0
|
- jose-jwt-0.10.0
|
||||||
|
- postgresql-libpq-0.10.1.0
|
||||||
- streaming-commons-0.2.3.1
|
- streaming-commons-0.2.3.1
|
||||||
|
|||||||
@@ -32,6 +32,13 @@ packages:
|
|||||||
size: 1231
|
size: 1231
|
||||||
original:
|
original:
|
||||||
hackage: jose-jwt-0.10.0
|
hackage: jose-jwt-0.10.0
|
||||||
|
- completed:
|
||||||
|
hackage: postgresql-libpq-0.10.1.0@sha256:6b580c9d5068e78eecc13e655b2885c8e79cdacfca513c5d1e5a6b9dc61d9758,3166
|
||||||
|
pantry-tree:
|
||||||
|
sha256: ae81e7628a8f3d1ef33ace71fa0845c073c003ca7f1150cc9d9ba1e55fc84236
|
||||||
|
size: 1096
|
||||||
|
original:
|
||||||
|
hackage: postgresql-libpq-0.10.1.0
|
||||||
- completed:
|
- completed:
|
||||||
hackage: streaming-commons-0.2.3.1@sha256:ed7999fea9e912b1211ea93d7e20a7998bf4753166370c94048885650f303bf0,4841
|
hackage: streaming-commons-0.2.3.1@sha256:ed7999fea9e912b1211ea93d7e20a7998bf4753166370c94048885650f303bf0,4841
|
||||||
pantry-tree:
|
pantry-tree:
|
||||||
|
|||||||
Reference in New Issue
Block a user