about summary refs log tree commit diff
path: root/users/Profpatsch/hie.yaml
blob: 1b5ae942ad56a9f26f13f5bfc02e27e4b76393b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
cradle:
  cabal:
    - path: "./my-prelude"
      component: "lib:my-prelude"
    - path: "./my-webstuff"
      component: "lib:my-webstuff"
    - path: "./netencode"
      component: "lib:netencode"
    - path: "./arglib"
      component: "lib:arglib-netencode"
    - path: "./execline"
      component: "lib:exec-helpers"
    - 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: "./whatcd-resolver/Main.hs"
      component: "whatcd-resolver:exe:whatcd-resolver"
    - path: "./openlab-tools/src"
      component: "lib:openlab-tools"
    - path: "./openlab-tools/Main.hs"
      component: "openlab-tools:exe:openlab-tools"
    - path: "./httzip/Httzip.hs"
      component: "httzip:exe:httzip"
    - path: "./my-xmonad/Xmonad.hs"
      component: "my-xmonad:exe:xmonad"