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

Allow newer dependencies #457

Merged
merged 1 commit into from
May 22, 2022
Merged

Allow newer dependencies #457

merged 1 commit into from
May 22, 2022

Conversation

ysangkok
Copy link
Contributor

@ysangkok ysangkok commented May 21, 2022

Tested with the following addition to cabal.project (to fix happy):

source-repository-package
  type: git
  location: git@github.com:haskell/happy.git
  tag: cc0fc789a19b9c3bdb1b1ed29bf910f386cefdf7
  subdir: packages/tabular

source-repository-package
  type: git
  location: git@github.com:haskell/happy.git
  tag: cc0fc789a19b9c3bdb1b1ed29bf910f386cefdf7
  subdir: packages/grammar

And the following command line:

cabal test all --constraint='mtl>=2.3' --constraint='transformers>=0.6' --constraint='mmorph>=1.2'

All test pass.

I don't think the happy override should be committed since it will be unnecessary soon when haskell/happy#236 is closed.

This follows up on bumps missed in #427 and #449.

    cabal test all --constraint='mtl>=2.3' --constraint='transformers>=0.6' --constraint='mmorph>=1.2'
@jacobstanley jacobstanley merged commit fb3dd65 into hedgehogqa:master May 22, 2022
@jacobstanley
Copy link
Member

Thanks! 🎉

jacobstanley pushed a commit that referenced this pull request May 22, 2022
cabal test all --constraint='mtl>=2.3' --constraint='transformers>=0.6' --constraint='mmorph>=1.2'
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.

None yet

2 participants