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

Match .hs-boot files to Haskell #4800

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Commits on Nov 18, 2022

  1. Match .hs-boot files to Haskell

    Haskell source files are now either `.hs` (as before) or `.hs-boot`, which is a type of Haskell file that only contains type declarations (https://downloads.haskell.org/ghc/latest/docs/users_guide/separate_compilation.html#how-to-compile-mutually-recursive-modules)
    ocharles authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    10f55f9 View commit details
    Browse the repository at this point in the history