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

Add CI using Stack #313

Merged
merged 4 commits into from
Apr 2, 2024
Merged

Add CI using Stack #313

merged 4 commits into from
Apr 2, 2024

Conversation

andreasabel
Copy link
Member

felixonmars and others added 4 commits April 1, 2024 09:53
The `GenEntry` method was added in tar-0.6.0.0 and thus building hackage-security with tar 0.5.* fails with the following errors:

```
[8 of 8] Compiling Main             ( tests/TestSuite.hs, dist/build/TestSuite/TestSuite-tmp/Main.dyn_o )

tests/TestSuite.hs:267:22: error:
    Not in scope: type constructor or class ‘Tar.GenEntry’
    Perhaps you meant ‘Tar.Entry’ (imported from Codec.Archive.Tar.Entry)
    Module ‘Codec.Archive.Tar.Entry’ does not export ‘GenEntry’.
    |
267 |     testEntries1 :: [Tar.GenEntry Tar.TarPath linkTarget]
    |                      ^^^^^^^^^^^^
```
@andreasabel andreasabel changed the title stack ci Add CI using Stack Apr 2, 2024
@andreasabel andreasabel added this to the 0.6.2.6 milestone Apr 2, 2024
@andreasabel andreasabel self-assigned this Apr 2, 2024
@andreasabel andreasabel merged commit 7a76426 into master Apr 2, 2024
29 checks passed
@andreasabel andreasabel deleted the stack-ci branch April 2, 2024 15:25
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