Skip to content

Missing NFData instances for unboxed arrays #8

@meooow25

Description

@meooow25

NFData instances for unboxed arrays (UArray, STUArray, IOUArray, StorableArray) are currently missing.

Ideally, they would be defined here, but we can't do that because deepseq (which defines NFData) depends on array.
However, deepseq has agreed to drop this dependency (see haskell/deepseq#102), which makes this possible in the future.

For array, this would mean:

  1. Wait for a new deepseq release which does not depend on array
  2. Depend on deepseq and define the instances.

Does this sound ok to the maintainers here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions