summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@community.haskell.org>2013-03-09 21:38:43 +0000
committerSergei Trofimovich <slyfox@community.haskell.org>2013-03-09 21:38:43 +0000
commit0173b5f4ff1bb1aa07b15c441533a309036c8864 (patch)
tree603afbd7e0400fe813bf223341f8e2c9f5a5b0e1 /gf.cabal
parent576b19aab5ff16b44c70e5b1d77bc65190dac056 (diff)
ghc-7.6: allow directory-1.2
Get rid of old-time depend (and ClockTime in favour of UTCTime). time-compat helps to retain backward compatibility with directory-1.1 and lower.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index fcf730a5d..55857e6ad 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -111,7 +111,8 @@ executable gf
fst,
directory,
random,
- old-time,
+ time,
+ time-compat,
old-locale,
process,
pretty,