diff options
Diffstat (limited to 'users/Profpatsch/hie.yaml')
-rw-r--r-- | users/Profpatsch/hie.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/users/Profpatsch/hie.yaml b/users/Profpatsch/hie.yaml index e22a383216ec..308fa8fe918c 100644 --- a/users/Profpatsch/hie.yaml +++ b/users/Profpatsch/hie.yaml @@ -10,15 +10,19 @@ cradle: component: "lib:exec-helpers" - path: "./htmx-experiment/src" component: "lib:htmx-experiment" - - path: "./htmx-experiment/src" - component: "lib:htmx-experiment" - path: "./htmx-experiment/Main.hs" component: "htmx-experiment:exe:htmx-experiment" + - path: "./mailbox-org/src" + component: "lib:mailbox-org" + - path: "./mailbox-org/MailboxOrg.hs" + component: "mailbox-org:exe:mailbox-org" - path: "./cas-serve/CasServe.hs" component: "cas-serve:exe:cas-serve" - path: "./jbovlaste-sqlite/JbovlasteSqlite.hs" component: "jbovlaste-sqlite:exe:jbovlaste-sqlite" - path: "./whatcd-resolver/src" component: "lib:whatcd-resolver" + - path: "./ircmail/src" + component: "lib:ircmail" - path: "./httzip/Httzip.hs" component: "httzip:exe:httzip" |