refactor: move error data types to Error/Types.hs
The `Error.hs` module is getting bloated. This moves types to another module for better separation of concerns. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
66fda76644
commit
248b777117
@@ -66,6 +66,7 @@ library
|
||||
PostgREST.SchemaCache.Representations
|
||||
PostgREST.SchemaCache.Table
|
||||
PostgREST.Error
|
||||
PostgREST.Error.Types
|
||||
PostgREST.Listener
|
||||
PostgREST.Logger
|
||||
PostgREST.MainTx
|
||||
|
||||
Reference in New Issue
Block a user