From 325798a02bffb637ebf9fcba1e1310187e2b84ac Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 6 Nov 2021 17:35:34 +0000 Subject: [PATCH] Remove unused dependencies --- brittany.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/brittany.cabal b/brittany.cabal index 5a4e662..5fdcb02 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -99,7 +99,6 @@ library { -Wno-prepositive-qualified-module -Wno-redundant-constraints -Wno-unsafe - -Wno-unused-packages } build-depends: { base ^>= 4.15.0 @@ -117,7 +116,6 @@ library { , ghc ^>= 9.0.1 , ghc-boot-th ^>= 9.0.1 , ghc-exactprint ^>= 0.6.4 - , ghc-paths ^>= 0.1.0 , monad-memo ^>= 0.5.3 , mtl ^>= 2.2.2 , multistate ^>= 0.8.0 @@ -130,7 +128,6 @@ library { , text ^>= 1.2.5 , transformers ^>= 0.5.6 , uniplate ^>= 1.6.13 - , unsafe ^>= 0.0 , yaml ^>= 0.11.7 } default-extensions: {