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

Remove our dependency on the random package #1156

Merged
merged 1 commit into from
Apr 8, 2021
Merged

Remove our dependency on the random package #1156

merged 1 commit into from
Apr 8, 2021

Conversation

robdockins
Copy link
Contributor

Instead, directly use the generators defined in tf-random.
This changes the generation algorithm for some types, so we
need to update the tests that depend on those concrete values.

Fixes #1102

cabal.GHC-8.10.2.config Outdated Show resolved Hide resolved
Instead, directly use the generators defined in `tf-random`.
This changes the generation algorithm for some types, so we
need to update the tests that depend on those concrete values.

Fixes #1102
@robdockins robdockins merged commit 0ea0881 into master Apr 8, 2021
@RyanGlScott RyanGlScott deleted the random-tf branch March 22, 2024 14:48
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.

issue152.icry test case fails when building with random-1.2.*, but not with random-1.1.*
2 participants