Restrict IOE only to effect handlers via inject
This commit is contained in:
@@ -25,7 +25,6 @@ type AppEff =
|
||||
, Database
|
||||
, Reader AppEnv
|
||||
, Error ServerError
|
||||
, IOE
|
||||
]
|
||||
|
||||
data AppEnv = AppEnv { pool :: Pool Connection }
|
||||
|
||||
Reference in New Issue
Block a user