apply hint suggestions

This commit is contained in:
Keagan McClelland
2022-05-23 13:23:54 -06:00
parent 87b5a6e4a1
commit 729e9bf507
4 changed files with 19 additions and 21 deletions

View File

@@ -17,10 +17,10 @@ import Database.Persist ( PersistField(..)
import Database.Persist.Sql ( PersistFieldSql(..) )
import Startlude ( ($)
, (.)
, Bifunctor(bimap, first)
, ByteString
, Either(Left)
, Semigroup((<>))
, bimap
, decodeUtf8
, encodeUtf8
, join