Skip to content

Commit

Permalink
Add comment about raised Prelude(foldl') import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsmeding committed Nov 30, 2024
1 parent 13a608e commit 2e32777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Data/BitSet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
module Data.BitSet where

import Data.Bits
-- foldl' is exported by Prelude from GHC 9.10
import Prelude hiding ( foldl, foldr, foldl' )

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / stack | ubuntu-latest-x64

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / stack | windows-latest-x64

Module `Prelude' does not export foldl'

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.4 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.4 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / stack | macOS-latest-x64

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.6 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.6 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.4 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.4 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.4 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.2 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.2 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.2 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.2 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.6 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-latest release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-latest release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.0 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.0 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.2 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-8.10 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-8.10 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.0 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.0 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-8.10 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-8.10 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.0 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.0 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-8.10 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-latest release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-latest release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.6 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.6 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.8 release

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | windows-latest-x64 ghc-9.8 release

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.0 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.0 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-latest debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-8.10 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-8.10 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-8.10 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.8 release

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.8 release

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | ubuntu-latest-x64 ghc-9.8 debug

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.2 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.2 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.2 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.4 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.6 debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.4 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.4 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.6 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.6 release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-latest debug

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.8 debug

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-latest release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-latest release

Module ‘Prelude’ does not export ‘foldl'’

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.8 release

Module ‘Prelude’ does not export ‘foldl'’.

Check warning on line 18 in src/Data/BitSet.hs

View workflow job for this annotation

GitHub Actions / cabal | macOS-latest-x64 ghc-9.8 release

Module ‘Prelude’ does not export ‘foldl'’.
import qualified Data.List as List

Expand Down

0 comments on commit 2e32777

Please sign in to comment.