Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop the dependency on array #107

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

meooow25
Copy link
Contributor

@meooow25 meooow25 commented Sep 8, 2024

The array package was imported to provide NFData instances for the Array type. However, this type is defined in base, not array, making the dependency unncecessary. The Data.Array import is replaced with GHC.Arr.

This change will also allow array to define NFData instances for other types, because it can now depend on deepseq.

As discussed in #102.

The array package was imported to provide NFData instances for the
Array type. However, this type is defined in base, not array, making
the dependency unncecessary. The Data.Array import is replaced with
GHC.Arr.

This change will also allow array to define NFData instances for other
types, because it can now depend on deepseq.
@mixphix mixphix merged commit c4b5c0d into haskell:master Sep 8, 2024
9 checks passed
@meooow25 meooow25 deleted the drop-array branch September 8, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants