diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-02 13:37:06 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-02 13:37:06 +0100 |
commit | 18b1d5ebb9a903bc40325ac82c7df2b643301908 (patch) | |
tree | 2d1243f09d3c3a786a07bff636e177f3e52a76dc /feed-nomath-org.cabal | |
parent | ea152cdf66aaab165178c4fcfa575fc4b898bc44 (diff) |
add atom feed
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, |