diff options
Diffstat (limited to 'tirclogv.cabal')
| -rw-r--r-- | tirclogv.cabal | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal index 10a6939..c1070ab 100644 --- a/tirclogv.cabal +++ b/tirclogv.cabal @@ -44,6 +44,27 @@ executable tirclogv default-extensions: ImportQualifiedPost LambdaCase + MultiWayIf TypeApplications TupleSections ghc-options: -Wall -threaded + +library mini-http + exposed-modules: + Network.HTTP.Server.Mini + Network.HTTP.Server.Mini.Types + other-modules: + Network.HTTP.Server.Mini.Parser + build-depends: + base, + bytestring, + network, + transformers, + stm + hs-source-dirs: mini-http + default-language: Haskell2010 + default-extensions: + ImportQualifiedPost + LambdaCase + MultiWayIf + ghc-options: -Wall |
