mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
Prune unused dependencies, sort dependencies list
GitOrigin-RevId: f6727f11a35925e7b627ecccafa34133dd9e8ee7
This commit is contained in:
parent
33a710f4c7
commit
e5b2525d9f
@ -103,56 +103,49 @@ library
|
||||
import: common-all
|
||||
hs-source-dirs: src-lib
|
||||
build-depends: base
|
||||
, bifunctors
|
||||
, witherable
|
||||
, validation
|
||||
, lifted-base
|
||||
, pg-client
|
||||
, http-conduit
|
||||
, validation
|
||||
, text
|
||||
, text-builder >= 0.6
|
||||
, vector-builder
|
||||
, bytestring
|
||||
, postgresql-libpq
|
||||
, mtl
|
||||
, aeson
|
||||
, aeson-casing
|
||||
, unordered-containers >= 0.2.12
|
||||
, template-haskell
|
||||
, hashable
|
||||
, kan-extensions
|
||||
, transformers
|
||||
, transformers-base
|
||||
, http-types
|
||||
, attoparsec
|
||||
, attoparsec-iso8601 >= 1.0
|
||||
, time >= 1.9
|
||||
, scientific
|
||||
, Spock-core
|
||||
, split
|
||||
, optparse-applicative
|
||||
, bytestring
|
||||
, containers
|
||||
, monad-control
|
||||
, monad-time
|
||||
, monad-validate
|
||||
, fast-logger
|
||||
, wai
|
||||
, postgresql-binary
|
||||
, process
|
||||
, http-client-tls
|
||||
, profunctors
|
||||
, deepseq
|
||||
, dependent-map >=0.4 && <0.5
|
||||
, dependent-sum >=0.7.1 && <0.8
|
||||
, exceptions
|
||||
, these
|
||||
, fast-logger
|
||||
, hashable
|
||||
, http-client-tls
|
||||
, http-types
|
||||
, kan-extensions
|
||||
, lifted-base
|
||||
, monad-control
|
||||
, monad-validate
|
||||
, mtl
|
||||
, optparse-applicative
|
||||
, pg-client
|
||||
, postgresql-binary
|
||||
, postgresql-libpq
|
||||
, process
|
||||
, profunctors
|
||||
, scientific
|
||||
, semialign
|
||||
, some
|
||||
, split
|
||||
, Spock-core
|
||||
, template-haskell
|
||||
, text
|
||||
, text-builder >= 0.6
|
||||
, these
|
||||
, time >= 1.9
|
||||
, transformers
|
||||
, transformers-base
|
||||
, unordered-containers >= 0.2.12
|
||||
, validation
|
||||
, vector
|
||||
, wai
|
||||
|
||||
-- Encoder related
|
||||
, uuid
|
||||
, vector
|
||||
, vector-builder
|
||||
, binary
|
||||
, base16-bytestring
|
||||
|
||||
@ -172,7 +165,6 @@ library
|
||||
|
||||
-- Server related
|
||||
, warp
|
||||
, th-lift-instances
|
||||
, lens
|
||||
|
||||
-- GraphQL related
|
||||
@ -209,7 +201,6 @@ library
|
||||
|
||||
-- websockets interface related
|
||||
, websockets
|
||||
, wai-websockets
|
||||
, stm
|
||||
, stm-containers
|
||||
, list-t
|
||||
@ -226,7 +217,6 @@ library
|
||||
|
||||
-- pretty printer
|
||||
, ansi-wl-pprint
|
||||
, pretty-simple
|
||||
|
||||
-- for capturing various metrics
|
||||
, ekg-core
|
||||
@ -258,7 +248,6 @@ library
|
||||
, mmorph
|
||||
, http-api-data
|
||||
, lens-aeson
|
||||
, safe
|
||||
|
||||
, semigroups >= 0.19.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user