haskellari / these

An either-or-both data type, with corresponding hybrid error/writer monad transformer.
117 stars 49 forks source link

Can't compile with GHC 9.2.1 #169

Closed LeventErkok closed 3 years ago

LeventErkok commented 3 years ago
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.2.1
Configuring library for semialign-1.2..
Preprocessing library for semialign-1.2..
Building library for semialign-1.2..
[1 of 6] Compiling Data.Semialign.Internal

src/Data/Semialign/Internal.hs:31:43: error:
    Module ‘Data.Semigroup’ does not export ‘Option(..)’
   |
31 | import Data.Semigroup                    (Option (..), Semigroup (..))
   |                                           ^^^^^^^^^^^
cabal: Failed to build semialign-1.2. See the build log above for details.
phadej commented 3 years ago

There are already fixes in flight in #168 and #167.

LeventErkok commented 3 years ago

Duplicate indeed. Closing.

LeventErkok commented 3 years ago

@phadej Looks like all the bits are ready? Will there be a Hackage release soon?