add lower bound on 'directory'

System.Directory.listDirectory appeared in v1.2.5.0.  Add lower
bound in the cabal file.
This commit is contained in:
Fraser Tweedale 2018-12-06 21:46:30 +10:00
parent c42785f8eb
commit 7efaae2cab

View File

@ -91,7 +91,7 @@ library
vty >= 5.24,
transformers,
data-clist >= 0.1,
directory,
directory >= 1.2.5.0,
dlist,
filepath,
containers,