diff options
Diffstat (limited to 'users/Profpatsch/whatcd-resolver/default.nix')
-rw-r--r-- | users/Profpatsch/whatcd-resolver/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/Profpatsch/whatcd-resolver/default.nix b/users/Profpatsch/whatcd-resolver/default.nix index 7862b8dc6584..6d5d0834b1a7 100644 --- a/users/Profpatsch/whatcd-resolver/default.nix +++ b/users/Profpatsch/whatcd-resolver/default.nix @@ -13,7 +13,9 @@ let ./src/WhatcdResolver.hs ./src/AppT.hs ./src/JsonLd.hs + ./src/Optional.hs ./src/Html.hs + ./src/Http.hs ./src/Transmission.hs ./src/Redacted.hs ]; |