Build fixes

This commit is contained in:
Brian Carroll 2022-11-12 08:37:06 +00:00
parent b64514d7e4
commit 894697b284
No known key found for this signature in database
GPG key ID: 9CF4E3BF9C4722C7
6 changed files with 12 additions and 5 deletions

View file

@ -44,7 +44,7 @@ use roc_parse::ident::UppercaseIdent;
use roc_parse::module::module_defs;
use roc_parse::parser::{FileError, Parser, SourceError, SyntaxError};
use roc_region::all::{LineInfo, Loc, Region};
use roc_reporting::report::{Annotation, RenderTarget, Palette};
use roc_reporting::report::{Annotation, Palette, RenderTarget};
use roc_solve::module::{extract_module_owned_implementations, Solved, SolvedModule};
use roc_solve_problem::TypeError;
use roc_target::TargetInfo;