From d2f89df9b15b1a4befc56a39db3c80a4e6005f25 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 9 May 2020 00:50:08 +0200 Subject: [PATCH] Fix build on GHC-7.10.3 --- hpath-directory/hpath-directory.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/hpath-directory/hpath-directory.cabal b/hpath-directory/hpath-directory.cabal index 18d3da3..6122d2e 100644 --- a/hpath-directory/hpath-directory.cabal +++ b/hpath-directory/hpath-directory.cabal @@ -46,6 +46,7 @@ library , streamly-bytestring >= 0.1.2 , streamly-posix >= 0.1.0.1 , time >= 1.8 + , transformers , unix >= 2.5 , unix-bytestring >= 0.3 , utf8-string