mirror of
https://github.com/graninas/Hydra.git
synced 2024-11-24 12:45:57 +03:00
Fix in the framework.
This commit is contained in:
parent
c37c29dc6a
commit
6b9a5e8b52
@ -111,6 +111,8 @@ dependencies:
|
||||
- servant-docs
|
||||
- wai
|
||||
- warp
|
||||
- http-client
|
||||
- http-client-tls
|
||||
|
||||
library:
|
||||
source-dirs:
|
||||
|
@ -131,7 +131,7 @@ runDB
|
||||
-> LangL (D.DBResult a)
|
||||
runDB = evalSqlDB
|
||||
|
||||
throwException :: forall a e. Exception e => e -> Flow a
|
||||
throwException :: forall a e. Exception e => e -> LangL a
|
||||
throwException ex = liftFC $ ThrowException ex id
|
||||
|
||||
callServantAPI
|
||||
|
Loading…
Reference in New Issue
Block a user