From 8c419553bba5e14b3f4bbb48cdc2c9c1e11f9aea Mon Sep 17 00:00:00 2001 From: Serhii Khoma Date: Sun, 6 Oct 2024 18:18:25 +0700 Subject: [PATCH] fix: rm -rdf output && spago test --censor-stats --pedantic-packages -- --censor-codes=UserDefinedWarning --- spago.lock | 13 ++----------- spago.yaml | 6 ++---- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/spago.lock b/spago.lock index a7df860..53dedba 100644 --- a/spago.lock +++ b/spago.lock @@ -6,10 +6,7 @@ "core": { "dependencies": [ "arrays", - "console", - "effect", "either", - "exceptions", "foldable-traversable", "gen", "identity", @@ -19,7 +16,6 @@ "nonempty", "partial", "prelude", - "quickcheck", "strings", "tailrec", "tuples", @@ -29,7 +25,6 @@ "build_plan": [ "arrays", "bifunctors", - "console", "const", "contravariant", "control", @@ -37,7 +32,6 @@ "effect", "either", "enums", - "exceptions", "exists", "foldable-traversable", "functions", @@ -47,7 +41,6 @@ "integers", "invariant", "lazy", - "lcg", "lists", "maybe", "newtype", @@ -57,15 +50,11 @@ "partial", "prelude", "profunctor", - "quickcheck", - "random", - "record", "refs", "safe-coerce", "st", "strings", "tailrec", - "transformers", "tuples", "type-equality", "typelevel-prelude", @@ -75,7 +64,9 @@ }, "test": { "dependencies": [ + "console", "effect", + "exceptions", "quickcheck" ], "build_plan": [ diff --git a/spago.yaml b/spago.yaml index b66d0d0..189c616 100644 --- a/spago.yaml +++ b/spago.yaml @@ -8,10 +8,7 @@ package: githubRepo: purescript-pathy dependencies: - arrays - - console - - effect - either - - exceptions - foldable-traversable - gen - identity @@ -21,7 +18,6 @@ package: - nonempty - partial - prelude - - quickcheck - strings - tailrec - tuples @@ -30,7 +26,9 @@ package: test: main: Test.Main dependencies: + - console - effect + - exceptions - quickcheck workspace: packageSet: