From 82961432f9b49578dbe56cf0ae8db632e62cbbcb Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Thu, 11 Dec 2025 22:49:07 +0100 Subject: remove Wayland; couldn't figure out --- Setup.hs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Setup.hs (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs deleted file mode 100644 index 938b9c1..0000000 --- a/Setup.hs +++ /dev/null @@ -1,12 +0,0 @@ -{-# LANGUAGE CPP #-} - -module Main (main) where - -import Distribution.Simple (defaultMain) -import System.Process (callCommand) - -main :: IO () -main = do - callCommand "./scripts/generate.sh" - defaultMain - callCommand "./scripts/delete-generated.sh" -- cgit v1.3.1