From 5c5a16fad64d959cb29f7baf99fd1ccabd021909 Mon Sep 17 00:00:00 2001 From: Anupam Jain Date: Wed, 5 Jul 2023 15:15:11 +0530 Subject: [PATCH] Remove unused packages --- spago.dhall | 1 - tests.dhall | 1 - 2 files changed, 2 deletions(-) diff --git a/spago.dhall b/spago.dhall index 6db54fb..b3b97c0 100644 --- a/spago.dhall +++ b/spago.dhall @@ -15,7 +15,6 @@ You can edit this file as you like. , "maybe" , "newtype" , "prelude" - , "psci-support" , "tuples" , "unsafe-coerce" ] diff --git a/tests.dhall b/tests.dhall index 4662715..a3b3341 100644 --- a/tests.dhall +++ b/tests.dhall @@ -9,7 +9,6 @@ You can edit this file as you like. , "either" , "exceptions" , "prelude" - , "psci-support" , "spec" , "transformers" , "typeable"