diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-04-10 22:15:49 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-04-10 22:15:49 +0200 |
| commit | 2ed771f8a9938664decf2dfb040ddf2fd66efff6 (patch) | |
| tree | 1e7eed35cd9bba87be398faa1a312f58628c4675 /tirclogv.cabal | |
| parent | 175042862dea6c386beb56a230f50723dd2ea409 (diff) | |
Mini http server libmini-http
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 |
