Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored and janmasrovira committed Mar 28, 2023
1 parent 8f6694f commit 304d603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/GlobalOptions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CommonOptions
import Juvix.Compiler.Abstract.Pretty.Options qualified as Abstract
import Juvix.Compiler.Core.Options qualified as Core
import Juvix.Compiler.Internal.Pretty.Options qualified as Internal
import Juvix.Compiler.Pipeline (EntryPoint (..), defaultEntryPoint)
import Juvix.Compiler.Pipeline (EntryPoint (..), defaultEntryPoint, defaultUnrollLimit)
import Juvix.Data.Error.GenericError qualified as E
import Juvix.Extra.Paths

Expand Down

0 comments on commit 304d603

Please sign in to comment.