Skip to content

Warnings in ghci -Wmissing-import-lists accumulate

The warnings given by ghci -Wmissing-import-lists accumulate:

$ ./_build/stage1/bin/ghc --interactive -Wmissing-import-lists
GHCi, version 9.7.20230204: https://www.haskell.org/ghc/  :? for help
ghci> import Data.List

<interactive>:1:1: warning: [-Wmissing-import-lists]
    The module ‘Data.List’ does not have an explicit import list
ghci> import Data.Set

<interactive>:1:1: warning: [-Wmissing-import-lists]
    The module ‘Data.List’ does not have an explicit import list

<interactive>:1:1: warning: [-Wmissing-import-lists]
    The module ‘Data.Set’ does not have an explicit import list
ghci> import Data.Map

<interactive>:1:1: warning: [-Wmissing-import-lists]
    The module ‘Data.List’ does not have an explicit import list

<interactive>:1:1: warning: [-Wmissing-import-lists]
    The module ‘Data.Set’ does not have an explicit import list

<interactive>:1:1: warning: [-Wmissing-import-lists]
    The module ‘Data.Map’ does not have an explicit import list

Low priority.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information