From 31c3566895bb717f51e986697d3452e549451f73 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Sat, 28 May 2022 10:40:52 -0500 Subject: Handle requests --- package.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'package.yaml') 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 -- cgit v1.2.3