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

yi-core fails to build with GHC 7.10 #1122

Open
andreasabel opened this issue Oct 6, 2021 · 0 comments
Open

yi-core fails to build with GHC 7.10 #1122

andreasabel opened this issue Oct 6, 2021 · 0 comments

Comments

@andreasabel
Copy link

andreasabel commented Oct 6, 2021

$ cabal install yi-core -w ghc-7.10.3
Building library for yi-core-0.19.2..

src/Yi/Buffer/HighLevel.hs:130:18-35:
    Could not find module ‘Data.List.NonEmpty’
    It is a member of the hidden package ‘semigroups-0.19.1@IfBn1hkRmOv6mXQ39hiLLF
    Perhaps you need to add ‘semigroups’ to the build-depends in your .cabal file.

src/Yi/CompletionTree.hs:42:18-31:
    Could not find module ‘Data.Semigroup’
    It is a member of the hidden package ‘semigroups-0.19.1@IfBn1hkRmOv6mXQ39hiLLF’. 
...

src/Yi/Interact.hs:74:18-35:
    Could not find module ‘Control.Monad.Fail’
    It is a member of the hidden package ‘fail-4.9.0.0@4KThSkAsGNaKwJs42ZI3Ju’.
...

I made a revision on hackage to require base >= 4.9: https://hackage.haskell.org/package/yi-core-0.19.2/revisions/

Please bump to base >= 4.9 if you do not intend to support GHC 7.10.

Same problem for:

  • yi-keymap-emacs
  • yi-keymap-vim
  • yi-mode-javascript
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

No branches or pull requests

1 participant