Skip to content

Commit

Permalink
Clean up test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 18, 2024
1 parent 086c47d commit 0b1f482
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
9 changes: 1 addition & 8 deletions tests/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies:
- monad-control
- mtl
- optparse-applicative
- safe
- sandwich
- sandwich-contexts
- string-interpolate
Expand All @@ -57,16 +56,9 @@ library:
- conduit-aeson
- data-default
- directory
- ex-pool
- monad-logger
- network
- postgresql-libpq
- postgresql-simple
- process
- random
- retry
- row-types
- safe
- temporary
- unliftio
- unliftio-core
Expand All @@ -83,6 +75,7 @@ executables:
dependencies:
- monad-logger
- row-types
- safe
- tests
- unliftio
- unliftio-core
7 changes: 0 additions & 7 deletions tests/tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ library
, containers
, data-default
, directory
, ex-pool
, exceptions
, filepath
, lens
Expand All @@ -68,15 +67,9 @@ library
, monad-control
, monad-logger
, mtl
, network
, optparse-applicative
, postgresql-libpq
, postgresql-simple
, process
, random
, retry
, row-types
, safe
, sandwich
, sandwich-contexts
, string-interpolate
Expand Down
18 changes: 8 additions & 10 deletions tests/tests.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{ mkDerivation, aeson, base, bytestring, conduit, conduit-aeson
, containers, data-default, directory, ex-pool, exceptions
, filepath, lens, lib, lsp-test, lsp-types, monad-control
, monad-logger, mtl, network, optparse-applicative
, postgresql-libpq, postgresql-simple, process, random, retry
, row-types, safe, sandwich, sandwich-contexts, string-interpolate
, temporary, text, unliftio, unliftio-core, vector
, containers, data-default, directory, exceptions, filepath, lens
, lib, lsp-test, lsp-types, monad-control, monad-logger, mtl
, optparse-applicative, postgresql-simple, row-types, safe
, sandwich, sandwich-contexts, string-interpolate, temporary, text
, unliftio, unliftio-core, vector
}:
mkDerivation {
pname = "tests";
Expand All @@ -14,10 +13,9 @@ mkDerivation {
isExecutable = true;
libraryHaskellDepends = [
aeson base bytestring conduit conduit-aeson containers data-default
directory ex-pool exceptions filepath lens lsp-test lsp-types
monad-control monad-logger mtl network optparse-applicative
postgresql-libpq postgresql-simple process random retry row-types
safe sandwich sandwich-contexts string-interpolate temporary text
directory exceptions filepath lens lsp-test lsp-types monad-control
monad-logger mtl optparse-applicative postgresql-simple row-types
sandwich sandwich-contexts string-interpolate temporary text
unliftio unliftio-core vector
];
executableHaskellDepends = [
Expand Down

0 comments on commit 0b1f482

Please sign in to comment.