diff options
author | Ben Sima <ben@bsima.me> | 2024-05-01 23:41:47 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-05-09 21:38:52 -0400 |
commit | dd0bc9610cf0e6842f5d5ac67a73f2fd6f4eba2f (patch) | |
tree | 2a208df1e505bbafca1382cdd2ceb27a5185a6ee /Biz/Bild/Deps | |
parent | 2fac80aa1727a200f576f899bb325f523842c3ff (diff) |
Improve Haskell documentation and bild test
Added docs to core libraries and expanded the Example.hs test to test for all
the things I want to support in a build.
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index 8115688..04f3a74 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -44,6 +44,7 @@ "regex-applicative" "req" "safecopy" + "saltine" "servant" "servant-auth" "servant-auth-server" |