Skip to content

0.3.1 doesn't build with GHC 9.0 #441

@felixonmars

Description

@felixonmars

Describe the bug
0.3.1 doesn't build with GHC 9.0:

[ 4 of 89] Compiling Data.Tuple.Linear.Compat ( src-version-changes/ghc96/before/Data/Tuple/Linear/Compat.hs, dist/build/Data/Tuple/Linear/Compat.dyn_o )
DEBUG:root:haskell-linear-base:
src-version-changes/ghc96/before/Data/Tuple/Linear/Compat.hs:12:11: error:
    Not in scope: type constructor or class ‘Solo’
   |
12 | unSolo :: Solo a %p -> a
   |           ^^^^
DEBUG:root:haskell-linear-base:
src-version-changes/ghc96/before/Data/Tuple/Linear/Compat.hs:13:9: error:
    Not in scope: data constructor ‘Solo’
   |
13 | unSolo (Solo a) = a
   |         ^^^^
DEBUG:root:haskell-linear-base:
src-version-changes/ghc96/before/Data/Tuple/Linear/Compat.hs:16:19: error:
    Not in scope: type constructor or class ‘Solo’
   |
16 | mkSolo :: a %p -> Solo a
   |                   ^^^^

If this is expected, probably we should note it in the changelog and probably tighten bounds accordingly?

Environment

  • OS name + version: Arch Linux
  • Version of the code: 0.3.1

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