Skip to content

Commit

Permalink
Merge pull request #829 from slotThe/ghc/head
Browse files Browse the repository at this point in the history
X.Prelude: Compatibility with base-4.18.0.0
  • Loading branch information
slotThe authored Sep 20, 2023
2 parents 32ff4db + 000cd14 commit 4f6a9de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions XMonad/Prelude.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# OPTIONS_GHC -Wno-dodgy-imports #-}
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE ScopedTypeVariables #-}
Expand Down Expand Up @@ -47,8 +48,8 @@ import Data.Bool as Exports
import Data.Char as Exports
import Data.Foldable as Exports
import Data.Function as Exports
import Data.Functor as Exports
import Data.List as Exports
import Data.Functor as Exports hiding (unzip)
import Data.List as Exports hiding ((!?))
import Data.Maybe as Exports
import Data.Monoid as Exports
import Data.Traversable as Exports
Expand Down

0 comments on commit 4f6a9de

Please sign in to comment.