From 1e381a12a9532eb9d7f38051674d210af7ce1ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 4 Jun 2015 14:15:59 +0200 Subject: [PATCH] Remove some unnecessary dependencies from ghc-modi --- ghc-mod.cabal | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index e6be847..acdbef1 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -180,16 +180,9 @@ Executable ghc-modi Default-Extensions: ConstraintKinds, FlexibleContexts HS-Source-Dirs: src Build-Depends: base >= 4.0 && < 5 - , async - , containers , directory , filepath - , old-time , process - , split - , time - , ghc - , ghc-mod Test-Suite doctest Type: exitcode-stdio-1.0