From 768443df271b1ad3d96c2e4351710be6f9dd9cd4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 26 Jan 2020 22:10:32 +0100 Subject: [PATCH] Make sure it builds with 7.10.3 --- hpath-directory/hpath-directory.cabal | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hpath-directory/hpath-directory.cabal b/hpath-directory/hpath-directory.cabal index 5e4e66d..113f911 100644 --- a/hpath-directory/hpath-directory.cabal +++ b/hpath-directory/hpath-directory.cabal @@ -52,6 +52,10 @@ library , unix >= 2.5 , unix-bytestring >= 0.3 , utf8-string + if impl(ghc < 8.0) + build-depends: + fail >= 4.9 + hs-source-dirs: src default-language: Haskell2010 default-extensions: PackageImports