Skip to content

Support GHC 9.14. #110

@jonathanknowles

Description

@jonathanknowles

It looks as though the only bump required is to the upper bound of base:

  build-depends:
-   , base        >=4.12.0.0 && <4.22
+   , base        >=4.12.0.0 && <4.23

With the above bump, I'm able to build and test quickcheck-instances with the following command:

cabal test all \
    --allow-newer=time-compat:base \
    --allow-newer=uuid-types:template-haskell

Related upstream issues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions