chore(users/Profpatsch): move utils to my-prelude
I want to use these in multiple projects. Change-Id: I5dfdad8614bc5835e59df06f724de78acae78d42 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8971 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
This commit is contained in:
parent
6ecc7a2ee4
commit
57bab040ed
12 changed files with 114 additions and 64 deletions
|
|
@ -58,44 +58,37 @@ library
|
|||
|
||||
exposed-modules:
|
||||
WhatcdResolver
|
||||
Postgres.Decoder
|
||||
Postgres.MonadPostgres
|
||||
Tool
|
||||
ValidationParseT
|
||||
Multipart2
|
||||
|
||||
build-depends:
|
||||
base >=4.15 && <5,
|
||||
text,
|
||||
my-prelude,
|
||||
pa-prelude,
|
||||
pa-error-tree,
|
||||
pa-label,
|
||||
pa-json,
|
||||
pa-field-parser,
|
||||
pa-run-command,
|
||||
containers,
|
||||
pa-pretty,
|
||||
tmp-postgres,
|
||||
directory,
|
||||
filepath,
|
||||
aeson,
|
||||
aeson-better-errors,
|
||||
postgresql-simple,
|
||||
resource-pool,
|
||||
http-conduit,
|
||||
http-types,
|
||||
mtl,
|
||||
transformers,
|
||||
unliftio,
|
||||
monad-logger,
|
||||
unix,
|
||||
warp,
|
||||
wai,
|
||||
wai-extra,
|
||||
ihp-hsx,
|
||||
aeson,
|
||||
blaze-html,
|
||||
bytestring,
|
||||
containers,
|
||||
directory,
|
||||
dlist,
|
||||
filepath,
|
||||
http-conduit,
|
||||
http-types,
|
||||
ihp-hsx,
|
||||
monad-logger,
|
||||
mtl,
|
||||
resource-pool,
|
||||
postgresql-simple,
|
||||
scientific,
|
||||
selective
|
||||
selective,
|
||||
tmp-postgres,
|
||||
unliftio,
|
||||
wai-extra,
|
||||
wai,
|
||||
warp,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue