Skip to content

Commit

Permalink
Brick.BorderMap: address liftA2 import warning on base >= 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty committed Nov 21, 2024
1 parent 8eb7c19 commit aeeee31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Brick/BorderMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ module Brick.BorderMap
) where

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

0 comments on commit aeeee31

Please sign in to comment.