diff options
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" |