-
Notifications
You must be signed in to change notification settings - Fork 206
Add 8.8.2 stack file and CI #1607
Conversation
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.
LGTM
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.
Actually, is Azure CI missing?
@jneira is 8.8.2 working on windows? |
I'm not familiar with the Azure stuff, can you or @jneira handle this afterwards? |
@Avi-D-coder |
Lot of test errors with ghc-8.2.2, are they present in local tests? |
Trying with cabal after adding
in |
I am getting this compile error in windows using stack:
I've added ghc-8.8.2 to azure anyway |
The fix for windows to be able to build Cabal was not included in ghc-8.8.2, it has been backported to 8.8.3 😭 I am getting the same error for windows building it with cabal than ghc-8.8.1:
So i have to remove this version from windows too 😞 |
The linux CircleCI tests were failing because I forgot to update the testutils with the new version, committing that fix now
Argh, c'est la vie. |
No description provided.