Skip to content

Bump GHC 927 -> 962 #50

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

Merged
merged 7 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WIP
  • Loading branch information
zeme-wana committed Aug 25, 2023
commit d0a5482eb331bd67a3352cfe637f39b2acd4f818
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion quickcheck-dynamic-iosim/quickcheck-dynamic-iosim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library
hs-source-dirs: src
exposed-modules: Test.QuickCheck.StateModel.IOSim
build-depends:
, base >=4.7 && <5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we would should remove these bounds

, base
, io-classes
, io-sim
, QuickCheck
Expand Down
4 changes: 2 additions & 2 deletions quickcheck-dynamic/quickcheck-dynamic.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ library
Test.QuickCheck.StateModel.Variables

build-depends:
, base >=4.7 && <5
, base
, containers
, mtl
, QuickCheck
Expand All @@ -94,7 +94,7 @@ test-suite quickcheck-dynamic-test

ghc-options: -rtsopts
build-depends:
, base >=4.7 && <5
, base
, containers
, mtl
, QuickCheck
Expand Down