From 0e0f69881cf14c68785b3020712f78edefac7c26 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 16 Mar 2024 12:35:34 +0100 Subject: chore(users/Profpatsch): fix cabal.project & hie.yaml Change-Id: I39bebe6ce2bde85d26a68b017c0e6d872e9b9705 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11161 Reviewed-by: Profpatsch Tested-by: BuildkiteCI Autosubmit: Profpatsch --- users/Profpatsch/cabal.project | 2 -- users/Profpatsch/hie.yaml | 4 ---- 2 files changed, 6 deletions(-) (limited to 'users') diff --git a/users/Profpatsch/cabal.project b/users/Profpatsch/cabal.project index 7f13cd7076f9..26b618696923 100644 --- a/users/Profpatsch/cabal.project +++ b/users/Profpatsch/cabal.project @@ -10,7 +10,5 @@ packages: ./jbovlaste-sqlite/jbovlaste-sqlite.cabal ./whatcd-resolver/whatcd-resolver.cabal ./openlab-tools/openlab-tools.cabal - ./ircmail/ircmail.cabal ./httzip/httzip.cabal - ./declib/declib.cabal ./my-xmonad/my-xmonad.cabal diff --git a/users/Profpatsch/hie.yaml b/users/Profpatsch/hie.yaml index 0ce195c4d375..1b5ae942ad56 100644 --- a/users/Profpatsch/hie.yaml +++ b/users/Profpatsch/hie.yaml @@ -30,11 +30,7 @@ cradle: component: "lib:openlab-tools" - path: "./openlab-tools/Main.hs" component: "openlab-tools:exe:openlab-tools" - - path: "./ircmail/src" - component: "lib:ircmail" - path: "./httzip/Httzip.hs" component: "httzip:exe:httzip" - - path: "./declib/Declib.hs" - component: "declib:exe:declib" - path: "./my-xmonad/Xmonad.hs" component: "my-xmonad:exe:xmonad" -- cgit 1.4.1