Commit 279ed18c authored by Alexandre Delanoë's avatar Alexandre Delanoë

cosmetics reading

parent 15c037e3
...@@ -144,7 +144,10 @@ fromField' field mb = do ...@@ -144,7 +144,10 @@ fromField' field mb = do
where where
valueToHyperdata v = case fromJSON v of valueToHyperdata v = case fromJSON v of
Success a -> pure a Success a -> pure a
Error _err -> returnError ConversionFailed field $ DL.intercalate " " ["cannot parse hyperdata for JSON: ", show v] Error _err -> returnError ConversionFailed field
$ DL.intercalate " " [ "cannot parse hyperdata for JSON: "
, show v
]
printSqlOpa :: Default Unpackspec a a => Query a -> IO () printSqlOpa :: Default Unpackspec a a => Query a -> IO ()
printSqlOpa = putStrLn . maybe "Empty query" identity . showSqlForPostgres printSqlOpa = putStrLn . maybe "Empty query" identity . showSqlForPostgres
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment