From 89dda01a5ea3f88c41257ff4036b6c25f70de7c3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Thu, 22 Jan 2009 01:13:07 +0000 Subject: [PATCH] Require Cabal version >= 1.6 --- haskell98.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell98.cabal b/haskell98.cabal index 5b982dd..be80061 100644 --- a/haskell98.cabal +++ b/haskell98.cabal @@ -13,7 +13,7 @@ description: the base package. homepage: http://www.haskell.org/definition/ build-type: Simple -Cabal-Version: >= 1.2 +Cabal-Version: >= 1.6 Library build-depends: base, directory, random, old-time, old-locale, process, array -- GitLab