Skip to content

Commit

Permalink
Fix import list (was breaking build)
Browse files Browse the repository at this point in the history
Fixes: b84eeea
  • Loading branch information
hseg committed Dec 30, 2024
1 parent b84eeea commit 28ebef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GHCup/Utils/Parsers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import GHCup.Prelude.Attoparsec as AP
import GHCup.Prelude.MegaParsec as MP

import Control.Applicative ((<|>), Alternative(..))
import Control.Monad (when)
import Control.Monad (forM, when)
import Control.Exception.Safe
#if !MIN_VERSION_base(4,13,0)
import Control.Monad.Fail ( MonadFail )
Expand Down

0 comments on commit 28ebef0

Please sign in to comment.