restored compatability with GHC versions prior to 8.0.1

This commit is contained in:
Michiel Derhaeg
2018-03-17 23:19:23 +01:00
parent 12a45b4b99
commit 126f891d11
3 changed files with 29 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ library
build-depends: base < 5 && >=3,
containers,
data-default,
directory >= 1.2.3,
directory,
extensible-exceptions,
filepath,
setlocale,