From e969489ca2ab25dd686d1756cfcd27a47f91f277 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 3 Dec 2023 23:51:45 +0800 Subject: [PATCH] Fix build on windows --- ghcup.cabal | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index 476eb8e..0d29ec0 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -327,12 +327,10 @@ executable ghcup , brick ^>=2.1 , transformers ^>=0.5 , vty ^>=6.0 - , unix ^>=2.7 , optics ^>=0.4 if os(windows) cpp-options: -DIS_WINDOWS - else build-depends: unix ^>=2.7