diff options
Diffstat (limited to 'feed-nomath-org.cabal')
-rw-r--r-- | feed-nomath-org.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/feed-nomath-org.cabal b/feed-nomath-org.cabal index a84b10c..9438be2 100644 --- a/feed-nomath-org.cabal +++ b/feed-nomath-org.cabal @@ -15,9 +15,11 @@ executable feed-nomath-org default-language: GHC2021 ghc-options: -Wall -threaded build-depends: + atom-conduit, base, blaze-html, blaze-markup, + conduit, filepath, gitlib, gitlib-libgit2, @@ -29,3 +31,4 @@ executable feed-nomath-org time, wai-conduit, warp, + xml-conduit, |