From 23f4221fe16aa314df7328a517d864b688a0638f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 8 Feb 2020 22:06:33 +0100 Subject: [PATCH] Remove unnecessary dependencies from hpath-posix --- hpath-posix/hpath-posix.cabal | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hpath-posix/hpath-posix.cabal b/hpath-posix/hpath-posix.cabal index c754b4c..8f5f24f 100644 --- a/hpath-posix/hpath-posix.cabal +++ b/hpath-posix/hpath-posix.cabal @@ -32,17 +32,9 @@ library -- other-extensions: c-sources: cbits/dirutils.c build-depends: base >= 4.8 && <5 - , IfElse , bytestring >= 0.10 - , exceptions >= 0.10 , hpath-filepath >= 0.10.3 - , safe-exceptions >= 0.1 - , streamly >= 0.7 - , streamly-bytestring >= 0.1.0.1 - , time >= 1.8 , unix >= 2.5 - , unix-bytestring >= 0.3 - , utf8-string if impl(ghc < 8.0) build-depends: fail >= 4.9