diff options
author | Profpatsch <mail@profpatsch.de> | 2024-03-16T11·35+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-16T12·42+0000 |
commit | 0e0f69881cf14c68785b3020712f78edefac7c26 (patch) | |
tree | 7c5597ab4b544c3216f8f50910a3d20b31dde110 /users | |
parent | 28a83478bc9d9d2d14feb86d88d65e5e2f6db79e (diff) |
chore(users/Profpatsch): fix cabal.project & hie.yaml r/7703
Change-Id: I39bebe6ce2bde85d26a68b017c0e6d872e9b9705 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11161 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI Autosubmit: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users')
-rw-r--r-- | users/Profpatsch/cabal.project | 2 | ||||
-rw-r--r-- | users/Profpatsch/hie.yaml | 4 |
2 files changed, 0 insertions, 6 deletions
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" |