From 5c1d8ed45511ea49ffcb82d49076ac89056d144a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 9 May 2020 00:33:37 +0200 Subject: [PATCH] Fix build with older GHCs --- hpath-directory/hpath-directory.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpath-directory/hpath-directory.cabal b/hpath-directory/hpath-directory.cabal index bc3ddc1..18d3da3 100644 --- a/hpath-directory/hpath-directory.cabal +++ b/hpath-directory/hpath-directory.cabal @@ -44,7 +44,7 @@ library , safe-exceptions >= 0.1 , streamly >= 0.7 , streamly-bytestring >= 0.1.2 - , streamly-posix >= 0.1.0.0 + , streamly-posix >= 0.1.0.1 , time >= 1.8 , unix >= 2.5 , unix-bytestring >= 0.3