Skip to content

Commit

Permalink
X.Prelude: Compatibility with base-4.18.0.0
Browse files Browse the repository at this point in the history
Will ship with GHC 9.8.

Fixes: #826
  • Loading branch information
slotThe committed Sep 17, 2023
1 parent 0e2d3c1 commit 000cd14
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 000cd14

Please sign in to comment.