Skip to content

Commit

Permalink
BorderMap: raise base bound on redundant import check (fixes #519)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Dec 1, 2024
1 parent 288c08f commit 9a300da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Brick/BorderMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Brick.BorderMap
) where

import Brick.Types.Common (Edges(..), Location(..), eTopL, eBottomL, eRightL, eLeftL, origin)
#if !(MIN_VERSION_base(4,10,0))
#if !(MIN_VERSION_base(4,18,0))
import Control.Applicative (liftA2)
#endif
import Data.IMap (IMap, Run(Run))
Expand Down

0 comments on commit 9a300da

Please sign in to comment.