diff options
Diffstat (limited to 'users/Profpatsch/hie.yaml')
-rw-r--r-- | users/Profpatsch/hie.yaml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/users/Profpatsch/hie.yaml b/users/Profpatsch/hie.yaml index 895120d42b0e..d11a60ac737c 100644 --- a/users/Profpatsch/hie.yaml +++ b/users/Profpatsch/hie.yaml @@ -2,10 +2,19 @@ cradle: cabal: - path: "./my-prelude" component: "lib:my-prelude" + - 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/src" component: "lib:htmx-experiment" - path: "./htmx-experiment/Main.hs" component: "htmx-experiment:exe:htmx-experiment" - + - path: "./cas-serve/CasServe.hs" + component: "cas-serve:exe:cas-serve" + - path: "./jbovlaste-sqlite/JbovlasteSqlite.hs" + component: "jbovlaste-sqlite:exe:jbovlaste-sqlite" |