Remove unused dependencies

pull/357/head
Taylor Fausak 2021-11-06 17:35:34 +00:00 committed by GitHub
parent e3deff448a
commit 325798a02b
1 changed files with 0 additions and 3 deletions

View File

@ -99,7 +99,6 @@ library {
-Wno-prepositive-qualified-module -Wno-prepositive-qualified-module
-Wno-redundant-constraints -Wno-redundant-constraints
-Wno-unsafe -Wno-unsafe
-Wno-unused-packages
} }
build-depends: build-depends:
{ base ^>= 4.15.0 { base ^>= 4.15.0
@ -117,7 +116,6 @@ library {
, ghc ^>= 9.0.1 , ghc ^>= 9.0.1
, ghc-boot-th ^>= 9.0.1 , ghc-boot-th ^>= 9.0.1
, ghc-exactprint ^>= 0.6.4 , ghc-exactprint ^>= 0.6.4
, ghc-paths ^>= 0.1.0
, monad-memo ^>= 0.5.3 , monad-memo ^>= 0.5.3
, mtl ^>= 2.2.2 , mtl ^>= 2.2.2
, multistate ^>= 0.8.0 , multistate ^>= 0.8.0
@ -130,7 +128,6 @@ library {
, text ^>= 1.2.5 , text ^>= 1.2.5
, transformers ^>= 0.5.6 , transformers ^>= 0.5.6
, uniplate ^>= 1.6.13 , uniplate ^>= 1.6.13
, unsafe ^>= 0.0
, yaml ^>= 0.11.7 , yaml ^>= 0.11.7
} }
default-extensions: { default-extensions: {