diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index efb09cf..bfe8700 100644 --- a/package.yaml +++ b/package.yaml @@ -8,7 +8,6 @@ copyright: "2022 Author name here" extra-source-files: - README.md -- ChangeLog.md # Metadata used when publishing your package # synopsis: Short description of your package @@ -25,6 +24,14 @@ dependencies: - modern-uri - req - rio +- wai +- wai-conduit +- warp +- http-types +- bytestring +- unliftio +- conduit +- conduit-extra library: source-dirs: src |