Skip to content

Commit

Permalink
Pruned unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed Apr 19, 2022
1 parent a916f2f commit 9265dba
Show file tree
Hide file tree
Showing 21 changed files with 9 additions and 184 deletions.
12 changes: 0 additions & 12 deletions sydtest-amqp/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,9 @@ dependencies:
library:
source-dirs: src
dependencies:
- aeson
- amqp
- async
- bytestring
- network
- path
- path-io
- port-utils
- process
- stm
- sydtest
- sydtest-rabbitmq
- sydtest-typed-process
- text
- typed-process

tests:
sydtest-amqp-test:
Expand Down
16 changes: 2 additions & 14 deletions sydtest-amqp/sydtest-amqp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -36,22 +36,10 @@ library
hs-source-dirs:
src
build-depends:
aeson
, amqp
, async
amqp
, base >=4.7 && <5
, bytestring
, network
, path
, path-io
, port-utils
, process
, stm
, sydtest
, sydtest-rabbitmq
, sydtest-typed-process
, text
, typed-process
default-language: Haskell2010

test-suite sydtest-amqp-test
Expand Down
1 change: 0 additions & 1 deletion sydtest-hedis/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
library:
source-dirs: src
dependencies:
- bytestring
- hedis
- network
- path
Expand Down
3 changes: 1 addition & 2 deletions sydtest-hedis/sydtest-hedis.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -37,7 +37,6 @@ library
src
build-depends:
base >=4.7 && <5
, bytestring
, hedis
, network
, path
Expand Down
1 change: 0 additions & 1 deletion sydtest-persistent-postgresql/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tests:
dependencies:
- persistent
- persistent-postgresql
- persistent-template
- sydtest
- sydtest-persistent-postgresql
when:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -63,7 +63,6 @@ test-suite sydtest-persistent-postgresql-test
base >=4.7 && <5
, persistent
, persistent-postgresql
, persistent-template
, sydtest
, sydtest-persistent-postgresql
if flag(sydtest_integration_tests)
Expand Down
2 changes: 0 additions & 2 deletions sydtest-persistent-sqlite/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ library:
- mtl
- persistent
- persistent-sqlite
- persistent-template
- sydtest
- sydtest-persistent

Expand All @@ -39,6 +38,5 @@ tests:
dependencies:
- persistent
- persistent-sqlite
- persistent-template
- sydtest
- sydtest-persistent-sqlite
4 changes: 1 addition & 3 deletions sydtest-persistent-sqlite/sydtest-persistent-sqlite.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -37,7 +37,6 @@ library
, mtl
, persistent
, persistent-sqlite
, persistent-template
, sydtest
, sydtest-persistent
default-language: Haskell2010
Expand All @@ -58,7 +57,6 @@ test-suite sydtest-persistent-sqlite-test
base >=4.7 && <5
, persistent
, persistent-sqlite
, persistent-template
, sydtest
, sydtest-persistent-sqlite
default-language: Haskell2010
19 changes: 0 additions & 19 deletions sydtest-persistent/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,6 @@ dependencies:
library:
source-dirs: src
dependencies:
- monad-logger
- mtl
- persistent
- persistent-template
- sydtest

tests:
sydtest-persistent-sqlite-test:
main: Spec.hs
source-dirs: test
build-tools: sydtest-discover
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- monad-logger
- persistent
- persistent-sqlite
- persistent-template
- sydtest
- sydtest-persistent
26 changes: 1 addition & 25 deletions sydtest-persistent/sydtest-persistent.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -33,31 +33,7 @@ library
src
build-depends:
base >=4.7 && <5
, monad-logger
, mtl
, persistent
, persistent-template
, sydtest
default-language: Haskell2010

test-suite sydtest-persistent-sqlite-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Test.Syd.Persistent.Example
Test.Syd.PersistentSpec
Paths_sydtest_persistent
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-tool-depends:
sydtest-discover:sydtest-discover
build-depends:
base >=4.7 && <5
, monad-logger
, persistent
, persistent-sqlite
, persistent-template
, sydtest
, sydtest-persistent
default-language: Haskell2010
1 change: 0 additions & 1 deletion sydtest-persistent/test/Spec.hs

This file was deleted.

28 changes: 0 additions & 28 deletions sydtest-persistent/test/Test/Syd/Persistent/Example.hs

This file was deleted.

35 changes: 0 additions & 35 deletions sydtest-persistent/test/Test/Syd/PersistentSpec.hs

This file was deleted.

6 changes: 0 additions & 6 deletions sydtest-rabbitmq/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@ library:
source-dirs: src
dependencies:
- aeson
- amqp
- async
- bytestring
- network
- path
- path-io
- port-utils
- process
- stm
- sydtest
- sydtest-typed-process
- text
Expand All @@ -44,7 +39,6 @@ tests:
- -with-rtsopts=-N
- -Wall
dependencies:
- amqp
- sydtest
- sydtest-rabbitmq
when:
Expand Down
10 changes: 2 additions & 8 deletions sydtest-rabbitmq/sydtest-rabbitmq.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -37,16 +37,11 @@ library
src
build-depends:
aeson
, amqp
, async
, base >=4.7 && <5
, bytestring
, network
, path
, path-io
, port-utils
, process
, stm
, sydtest
, sydtest-typed-process
, text
Expand All @@ -65,8 +60,7 @@ test-suite sydtest-rabbitmq-test
build-tool-depends:
sydtest-discover:sydtest-discover
build-depends:
amqp
, base >=4.7 && <5
base >=4.7 && <5
, sydtest
, sydtest-rabbitmq
if flag(sydtest_integration_tests)
Expand Down
2 changes: 0 additions & 2 deletions sydtest-servant/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ library:
source-dirs: src
dependencies:
- http-client
- servant
- servant-client
- servant-server
- sydtest >= 0.3.0.0
Expand All @@ -36,7 +35,6 @@ tests:
- -rtsopts
- -with-rtsopts=-N
dependencies:
- servant
- servant-client
- servant-server
- stm
Expand Down
2 changes: 0 additions & 2 deletions sydtest-servant/sydtest-servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ library
build-depends:
base >=4.7 && <5
, http-client
, servant
, servant-client
, servant-server
, sydtest >=0.3.0.0
Expand All @@ -57,7 +56,6 @@ test-suite sydtest-servant-test
sydtest-discover:sydtest-discover
build-depends:
base >=4.7 && <5
, servant
, servant-client
, servant-server
, stm
Expand Down
2 changes: 0 additions & 2 deletions sydtest-wai/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ library:
- http-types
- mtl
- network
- pretty-show
- sydtest >= 0.3.0.0
- text
- time
Expand All @@ -45,7 +44,6 @@ tests:
dependencies:
- http-client
- http-types
- stm
- sydtest
- sydtest-wai
- wai
2 changes: 0 additions & 2 deletions sydtest-wai/sydtest-wai.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ library
, http-types
, mtl
, network
, pretty-show
, sydtest >=0.3.0.0
, text
, time
Expand All @@ -67,7 +66,6 @@ test-suite sydtest-wai-test
base >=4.7 && <5
, http-client
, http-types
, stm
, sydtest
, sydtest-wai
, wai
Expand Down
Loading

0 comments on commit 9265dba

Please sign in to comment.