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

Update lib to support ghc 9 & associated base #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

creichert
Copy link
Member

No description provided.

@creichert creichert self-assigned this Oct 21, 2024
@creichert creichert force-pushed the ghc-9 branch 2 times, most recently from 86aebd9 to 61fe596 Compare October 22, 2024 00:07
@creichert
Copy link
Member Author

Not working:

  • stack.yaml
extra-deps:
  - github: rbros/stdlib.hs
    commit: 61fe5961cf7a56d1c26aab61786e1e0c2574c80c
  • package.yaml
dependencies:
  - name: base
    mixin:
      - hiding (Prelude)
  - name: stdlib
    mixin:
      - (StdLib as Prelude)

Breaks cabal Paths_ file

    Variable not in scope: (++) :: String -> String -> FilePath
    Suggested fix:
      Perhaps use one of these:
        ‘List.++’ (imported from Data.List), ‘+’ (imported from Prelude),
        data constructor ‘:+’ (imported from Prelude)
   |
70 |   | isPathSeparator (List.last dir) = dir ++ fname

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.

1 participant