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

Adopt GHC902, Upgrade to Stack LTS 19.11 #7

Merged
merged 2 commits into from
Jun 16, 2022

Conversation

vst
Copy link
Member

@vst vst commented Jun 16, 2022

  • chore: adopt Stack lts-19.11 (and GHC902), add Nix Shell
  • chore: drop deriving-aeson dependency

@vst vst self-assigned this Jun 16, 2022
@vst vst requested a review from fkoksal June 16, 2022 05:48
vst added 2 commits June 16, 2022 14:24
deriving-aeson is hit by a regression in compile times when working
with Aeson 2.x:

fumieval/deriving-aeson#16

PS: On an unrelated note, doctests are failing with:

```
stack test
```

... but, at least, working with:

```
stack --stack-yaml stack-18.28.yaml test
```
@vst vst changed the base branch from develop to chores-fixes-improvements June 16, 2022 06:31
@vst vst marked this pull request as ready for review June 16, 2022 06:49
@vst vst merged commit 2c84d93 into chores-fixes-improvements Jun 16, 2022
@vst vst deleted the vst/ghc902 branch June 16, 2022 06:49
Copy link

@fkoksal fkoksal left a comment

Choose a reason for hiding this comment

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

Is stack-18.28.yaml there just for doctests?

@vst
Copy link
Member Author

vst commented Jun 17, 2022

Is stack-18.28.yaml there just for doctests?

@fkoksal Indeed, no. I want to make sure that the library still works with lts-18.28 (and therefore ghc8107).

But, at the moment, lts-18.28 is also the only/easiest way for us to run doctests until sol/doctest#327 is resolved while desperately assuming that test results are applicable to lts-19.11/ghc902, too :)

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.

2 participants