diff options
author | Profpatsch <mail@profpatsch.de> | 2023-08-31T17·38+0200 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2023-08-31T17·50+0000 |
commit | 88c3e2b4a0cf5ca8ca76ba828eecfc16e22267de (patch) | |
tree | bb76b43a4c42d7d4e72b45b383f92b66481ec1ab /users/Profpatsch/htmx-experiment/htmx-experiment.cabal | |
parent | e06d38ae5426d9615f74f749836b602d4a64ab14 (diff) |
chore(users/Profpatsch/htmx-experiment): move to Multipart2 r/6539
We don’t strictly need servant-multipart, if all we need is to parse some multipart forms. This removes some deps. Change-Id: I218731fada056b9edfb3d01fc33880673d14473e Reviewed-on: https://cl.tvl.fyi/c/depot/+/9187 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/htmx-experiment/htmx-experiment.cabal')
-rw-r--r-- | users/Profpatsch/htmx-experiment/htmx-experiment.cabal | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/users/Profpatsch/htmx-experiment/htmx-experiment.cabal b/users/Profpatsch/htmx-experiment/htmx-experiment.cabal index 11fd16bacfe7..e9a0d9361486 100644 --- a/users/Profpatsch/htmx-experiment/htmx-experiment.cabal +++ b/users/Profpatsch/htmx-experiment/htmx-experiment.cabal @@ -54,7 +54,6 @@ library import: common-options exposed-modules: HtmxExperiment, - Multipart, ServerErrors, ValidationParseT hs-source-dirs: ./src @@ -65,7 +64,6 @@ library blaze-html, blaze-markup, bytestring, - conduit, dlist, http-types, ihp-hsx, @@ -74,13 +72,10 @@ library pa-field-parser, pa-label, pa-prelude, - profunctors, + my-webstuff, selective, - servant-multipart-api, - servant-multipart, text, unliftio, - wai-extra, wai, warp |