From c71309aa478996095011de5b44da912e33b5a426 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 28 Sep 2022 16:01:09 +0200 Subject: [PATCH] chore(test): fix build by adding needed imports --- test/TestImport.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TestImport.hs b/test/TestImport.hs index ed01b32da..e356c7619 100644 --- a/test/TestImport.hs +++ b/test/TestImport.hs @@ -63,7 +63,7 @@ import qualified Control.Monad.State.Class as State import qualified Servant.Types.SourceT as S import Servant.API (SourceIO) -import Utils (throwExceptT) +import Utils (throwExceptT, Canonical(..), canonical) import Yesod.Servant (ServantApi, servantApiBaseUrl)