-
Notifications
You must be signed in to change notification settings - Fork 19
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
Bump version bounds #188
base: master
Are you sure you want to change the base?
Bump version bounds #188
Conversation
LGTM and there aren't big changes but i would like @quasicomputational or @ocharles take a look. |
Well, if nobody disagree i will merge in two days or so |
A theoretical issue is that the Dhall Prelude imports are versioned, and that version isn't the same in Can you also bump |
@@ -33,7 +33,7 @@ instance ( Semigroup a ) => Semigroup ( ConfigTree cond a ) where | |||
|
|||
instance ( Monoid a ) => Monoid ( ConfigTree cond a ) where | |||
mempty = pure mempty | |||
mappend = liftM2 mappend | |||
mappend = (<>) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be breaking GHC 7.10 compatibility; the warning is unfortunate but it's the least evil. I don't actually care too much about old GHCs, but bounds will need to be adjusted and I think @jneira does care about GHC 7.10.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem, i have already to keep my etlas specific fork with changes over ghc and cabal versions so updating the bounds here could be fine
@vmchale only left two small changes, have you the time to adress them? if it is not he case i would try to do it |
This bumps version bounds.