diff options
author | Profpatsch <mail@profpatsch.de> | 2023-08-06T16·04+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-08-06T16·08+0000 |
commit | 3e5a2ea57f9a25533b0a59c80a43014653cdddd1 (patch) | |
tree | 21cd607e6e20dda0d45565783f7026fcbc8eab22 /users/Profpatsch/hie.yaml | |
parent | b41af857ae5357ecfd4b4dd15d297ce8ab5ae2ea (diff) |
chore(users/Profpatsch): Move Multipart2 into new webstuff package r/6466
Change-Id: I903f1b554beed1240d2a9cf14ff44d1f3cb41ec5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9013 Tested-by: BuildkiteCI Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/hie.yaml')
-rw-r--r-- | users/Profpatsch/hie.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/hie.yaml b/users/Profpatsch/hie.yaml index 308fa8fe918c..64e57b885dc7 100644 --- a/users/Profpatsch/hie.yaml +++ b/users/Profpatsch/hie.yaml @@ -2,6 +2,8 @@ cradle: cabal: - path: "./my-prelude" component: "lib:my-prelude" + - path: "./my-webstuff" + component: "lib:my-webstuff" - path: "./netencode" component: "lib:netencode" - path: "./arglib" |