From e81e075dffd65d3c65000c0738042934f16a4683 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 5 May 2010 10:11:39 +0000 Subject: [PATCH] Allow filepath-1.2.* --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8bb16d1..448d27b 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -71,7 +71,7 @@ Library containers >= 0.1 && < 0.4, array >= 0.1 && < 0.4 - Build-Depends: filepath >= 1 && < 1.2 + Build-Depends: filepath >= 1 && < 1.3 Build-Depends: Cabal, hpc if os(windows) Build-Depends: Win32 -- 1.7.10.4