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

[DO NOT MERGE] GHC 964 cabal compilation #5096

Closed
wants to merge 10 commits into from

Commits on Jun 25, 2024

  1. Trivial fixes

    * trivial additions of functor
    * limit imports to just used functions
    * remove unnecesary imports
    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d745d24 View commit details
    Browse the repository at this point in the history
  2. s/forall/forAll/ as it will become a restricted keyword

    -Wforall-identifier
    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e51ceab View commit details
    Browse the repository at this point in the history
  3. move let block outside of inner function

    this caused a weird type error
    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9d8db9b View commit details
    Browse the repository at this point in the history
  4. define non-trivial functor

    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8a6c7d2 View commit details
    Browse the repository at this point in the history
  5. Use TypeOperators

    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cfda33f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4338758 View commit details
    Browse the repository at this point in the history
  7. Add missing cabal packages

    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    efcbfa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57a86d2 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary ghc_options.

    Add -Werror to all others
    
    Compiles with ghc928
    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8ef3243 View commit details
    Browse the repository at this point in the history
  10. breaking changes

    neduard committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    33be385 View commit details
    Browse the repository at this point in the history