From e53f4dac40fe91195af7fa9fcdab3aff0128cb8e Mon Sep 17 00:00:00 2001 From: David Raymond Christiansen Date: Thu, 13 Aug 2015 21:43:12 -0700 Subject: [PATCH] Blacklist directory 1.2.3.0 This is to work around an issue with directory on older GHCs. See https://github.com/haskell/directory/issues/30 --- idris.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idris.cabal b/idris.cabal index ff1188ec8c..0e06f80813 100644 --- a/idris.cabal +++ b/idris.cabal @@ -900,7 +900,7 @@ Library , cheapskate < 0.2 , containers >= 0.5 && < 0.6 , deepseq < 1.5 - , directory >= 1.2.2.0 && < 1.3 + , directory >= 1.2.2.0 && < 1.3 && /= 1.2.3.0 , filepath < 1.5 , fingertree >= 0.1 && < 0.2 , haskeline >= 0.7 && < 0.8