diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-05-08 19:26:10 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-05-08 19:26:10 +0200 |
| commit | 30d4ca02ea147089af994ea7d5f7941a4bbe94a7 (patch) | |
| tree | 9fd9086c74976f7851a7622756a20dcb6af91e18 /tirclogv.cabal | |
| parent | ba9d7504080fb4e9adfb2d33290190e06d2f8773 (diff) | |
Rename mini-http to mini-http-server
And move Parser to Internal.Parser for test suite
Diffstat (limited to 'tirclogv.cabal')
| -rw-r--r-- | tirclogv.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tirclogv.cabal b/tirclogv.cabal index cb7f58b..c212830 100644 --- a/tirclogv.cabal +++ b/tirclogv.cabal @@ -52,8 +52,9 @@ library mini-http-server Network.HTTP.Server.Mini Network.HTTP.Server.Mini.URI Network.HTTP.Server.Mini.Types + + Network.HTTP.Server.Mini.Internal.Parser other-modules: - Network.HTTP.Server.Mini.Parser Network.HTTP.Server.Mini.Printer Network.HTTP.Server.Mini.Util build-depends: @@ -63,7 +64,7 @@ library mini-http-server network, transformers, stm - hs-source-dirs: mini-http + hs-source-dirs: mini-http-server default-language: Haskell2010 default-extensions: ImportQualifiedPost |
