about summary refs log tree commit diff
path: root/users/Profpatsch/my-prelude/my-prelude.cabal
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-08-08T19·54+0200
committerclbot <clbot@tvl.fyi>2023-08-08T20·03+0000
commit33fa42a1a33dd0e5cae2573f764f26a73b6ad72e (patch)
tree6f1d23865ba588cae96c3ac0fdfaa9729df2b878 /users/Profpatsch/my-prelude/my-prelude.cabal
parentfa8288823b546e627499dcd33281d612a6a15f3a (diff)
chore(users/Profpatsch): Update postgres module n stuff r/6471
Improvements from “upstream”, fresh served.

Change-Id: I60e02835730f6a65739eaa729f3e3eed1a0693e6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9025
Autosubmit: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/my-prelude/my-prelude.cabal')
-rw-r--r--users/Profpatsch/my-prelude/my-prelude.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/Profpatsch/my-prelude/my-prelude.cabal b/users/Profpatsch/my-prelude/my-prelude.cabal
index 4c732bcaf897..43a90f7716db 100644
--- a/users/Profpatsch/my-prelude/my-prelude.cabal
+++ b/users/Profpatsch/my-prelude/my-prelude.cabal
@@ -57,10 +57,12 @@ library
     exposed-modules:
       MyPrelude
       Aeson
+      AtLeast
       Test
       Postgres.Decoder
       Postgres.MonadPostgres
       ValidationParseT
+      Seconds
       Tool
 
     -- Modules included in this executable, other than Main.
@@ -75,10 +77,15 @@ library
      , pa-error-tree
      , pa-json
      , pa-pretty
+     , pa-field-parser
      , aeson
      , aeson-better-errors
      , bytestring
      , containers
+     , resource-pool
+     , resourcet
+     , scientific
+     , time
      , error
      , exceptions
      , filepath