Skip to content

Commit

Permalink
Merge pull request #128 from larskuhtz/ghc-9.6
Browse files Browse the repository at this point in the history
fix build with base >=4.18
  • Loading branch information
lehins committed Apr 18, 2023
2 parents f4250c7 + 9eb03eb commit e314834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massiv/src/Data/Massiv/Core/List.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import Data.Massiv.Core.Common
import qualified Data.Massiv.Vector.Stream as S
import Data.Monoid
import Data.Typeable
import GHC.Exts
import GHC.Exts (IsList(..))
import GHC.TypeLits
import System.IO.Unsafe (unsafePerformIO)

Expand Down

0 comments on commit e314834

Please sign in to comment.