diff options
Diffstat (limited to 'users/Profpatsch/my-prelude/my-prelude.cabal')
-rw-r--r-- | users/Profpatsch/my-prelude/my-prelude.cabal | 7 |
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 |