chore(users/Profpatsch/htmx-experiment): move to Multipart2
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>
This commit is contained in:
parent
e06d38ae54
commit
88c3e2b4a0
5 changed files with 13 additions and 304 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue