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
Describe the bug
0.3.1 doesn't build with GHC 9.0:
If this is expected, probably we should note it in the changelog and probably tighten bounds accordingly?
Environment