diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-01 09:46:36 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-01 15:32:46 +0100 |
commit | ea152cdf66aaab165178c4fcfa575fc4b898bc44 (patch) | |
tree | b7e3535fb0d96bfee33db92f72cb159cdc3e8c5e /feed-nomath-org.cabal | |
parent | 6d2a33aad5ad7c13c432322c4201e5004abfeb0b (diff) |
generate feed from repositories
Diffstat (limited to 'feed-nomath-org.cabal')
-rw-r--r-- | feed-nomath-org.cabal | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/feed-nomath-org.cabal b/feed-nomath-org.cabal index 861203b..a84b10c 100644 --- a/feed-nomath-org.cabal +++ b/feed-nomath-org.cabal @@ -15,23 +15,17 @@ executable feed-nomath-org default-language: GHC2021 ghc-options: -Wall -threaded build-depends: - atom-conduit, base, - binary, blaze-html, blaze-markup, - bytestring, - conduit, - http-conduit, + filepath, + gitlib, + gitlib-libgit2, http-types, - resourcet, shakespeare, - stm, + split, + tagged, text, time, - unliftio, - wai, wai-conduit, warp, - xml-conduit, - xml-types |