Skip to content

Deprecation warnings #505

@sjakobi

Description

@sjakobi
Data/HashMap/Internal.hs:12:14-23: warning: [GHC-53692] [-Wdeprecated-flags]
    -XTypeInType is deprecated: use -XDataKinds and -XPolyKinds instead
   |
12 | {-# LANGUAGE TypeInType            #-}
   |              ^^^^^^^^^^
Data/HashMap/Internal/Array.hs:162:20-43: warning: [GHC-68441] [-Wdeprecations]
    In the use of ‘sizeofSmallMutableArray#’
    (imported from GHC.Exts, but defined in GHC.Prim):
    Deprecated: " Use 'getSizeofSmallMutableArray#' instead "
    |
162 | lengthM mary = I# (sizeofSmallMutableArray# (unMArray mary))
    |                    ^^^^^^^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions