diff options
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 |