From b82367838d95d2a98c67e751f2a733c3f48129ae Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 4 Jul 2020 21:18:51 +0200 Subject: [PATCH] Fix memory leak --- ghcup.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index f1be5ef..c023280 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -81,13 +81,13 @@ common hpath build-depends: hpath >=0.11 common hpath-directory - build-depends: hpath-directory >=0.13.3 + build-depends: hpath-directory >=0.14 common hpath-filepath build-depends: hpath-filepath >=0.10.3 common hpath-io - build-depends: hpath-io >=0.13.1 + build-depends: hpath-io >=0.14 common hpath-posix build-depends: hpath-posix >=0.13.2