From 0529772b9308e042e3ab254af23e9fa91b427d45 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 30 Oct 2012 16:27:44 +0900 Subject: [PATCH] Cabal >= 1.10. --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 7e16dc8..ad30d41 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -45,7 +45,7 @@ Executable ghc-mod Types GHC-Options: -Wall Build-Depends: base >= 4.0 && < 5 - , Cabal + , Cabal >= 1.10 , containers , convertible , directory