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
This commit is contained in:
David Raymond Christiansen 2015-08-13 21:43:12 -07:00
parent 030da056bc
commit cfa1522c0e

View File

@ -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.2.3.0 || > 1.2.3.0
, filepath < 1.5
, fingertree >= 0.1 && < 0.2
, haskeline >= 0.7 && < 0.8