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

versions-6.0.0 fails to build with GHC 8.10 and earlier #65

Closed
RyanGlScott opened this issue May 3, 2023 · 2 comments · Fixed by #66
Closed

versions-6.0.0 fails to build with GHC 8.10 and earlier #65

RyanGlScott opened this issue May 3, 2023 · 2 comments · Fixed by #66

Comments

@RyanGlScott
Copy link

$ cabal build -w ghc-8.10.7
Build profile: -w ghc-8.10.7 -O1
In order, the following will be built (use -v for more details):
 - versions-6.0.0 (lib) (first run)
Preprocessing library for versions-6.0.0..
Building library for versions-6.0.0..
[1 of 1] Compiling Data.Versions    ( Data/Versions.hs, /home/rscott/Documents/Hacking/Haskell/versions-6.0.0/dist-newstyle/build/x86_64-linux/ghc-8.10.7/versions-6.0.0/build/Data/Versions.o, /home/rscott/Documents/Hacking/Haskell/versions-6.0.0/dist-newstyle/build/x86_64-linux/ghc-8.10.7/versions-6.0.0/build/Data/Versions.dyn_o )

Data/Versions.hs:151:14: error:
    Not in scope: ‘NEL.singleton’
    Perhaps you meant ‘T.singleton’ (imported from Data.Text)
    Module ‘Data.List.NonEmpty’ does not export ‘singleton’.
    |
151 |     let cs = NEL.singleton . MDigit e $ showt e
    |              ^^^^^^^^^^^^^
Error: cabal: Failed to build versions-6.0.0.
RyanGlScott added a commit to GaloisInc/llvm-pretty-bc-parser that referenced this issue May 3, 2023
RyanGlScott added a commit to GaloisInc/llvm-pretty-bc-parser that referenced this issue May 3, 2023
@fosskers
Copy link
Owner

fosskers commented May 8, 2023

Thanks for the report. I'll take the opportunity to make CI more robust.

@fosskers fosskers linked a pull request May 8, 2023 that will close this issue
@fosskers
Copy link
Owner

fosskers commented May 8, 2023

I have released 6.0.1.

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 a pull request may close this issue.

2 participants