这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions server/graphql-engine.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ library
, Spock-core
, split
, optparse-applicative
, wai-extra
, containers
, monad-control
, monad-time
, wai-logger
, fast-logger
, wai
, postgresql-binary
Expand Down Expand Up @@ -98,9 +96,6 @@ library
-- Http client
, wreq
, http-client
, http-client-tls
, connection
, retry

-- ordered map
, insert-ordered-containers
Expand All @@ -122,7 +117,6 @@ library
-- websockets interface related
, websockets
, wai-websockets
, hashtables
, stm
, stm-containers
, list-t
Expand Down Expand Up @@ -351,7 +345,6 @@ executable graphql-engine
, http-client-tls
, stm
, wreq
, connection
, string-conversions
, uuid

Expand All @@ -368,31 +361,3 @@ executable graphql-engine
-Wincomplete-uni-patterns
-Wredundant-constraints
-threaded -rtsopts

test-suite graphql-engine-test
type: exitcode-stdio-1.0
main-is: Main.hs
Default-Language: Haskell2010
Hs-Source-Dirs: test
ghc-options: -O2 -Wall
Build-Depends: Spock-core >= 0.11
, base
, aeson
, aeson-casing
, bytestring
, hspec
, hspec-core
, hspec-wai
, optparse-applicative
, graphql-engine -any
, text
, wai
, pg-client
, time
, yaml
, http-client
, http-client-tls
, unordered-containers >= 0.2
, case-insensitive

other-modules: Spec
87 changes: 0 additions & 87 deletions server/test/Main.hs

This file was deleted.

165 changes: 0 additions & 165 deletions server/test/Spec.hs

This file was deleted.

56 changes: 0 additions & 56 deletions server/test/testcases/all_json_queries.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions server/test/testcases/alter_table.yaml

This file was deleted.

Loading