diff options
author | Simon Marlow <marlowsd@gmail.com> | 2010-05-05 10:11:39 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2010-05-05 10:11:39 +0000 |
commit | e81e075dffd65d3c65000c0738042934f16a4683 (patch) | |
tree | 51b8c22998c3472e31dbaf94e39e04f8b5017ecc /compiler | |
parent | 6958b7bdc4d789358ef2f733586252027fe9d9d7 (diff) | |
download | haskell-e81e075dffd65d3c65000c0738042934f16a4683.tar.gz |
Allow filepath-1.2.*
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8bb16d167d..448d27bead 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 |