Open phadej opened 2 years ago
Also size-based-0.1.3.0 is broken with GHC-7.10 and GHC-7.8, but https://github.com/size-based/size-based doesn't have issues enabled.
Build profile: -w ghc-7.10.3 -O0
In order, the following will be built (use -v for more details):
- size-based-0.1.3.0 (lib) (first run)
Configuring library for size-based-0.1.3.0..
Preprocessing library for size-based-0.1.3.0..
Building library for size-based-0.1.3.0..
Control/Enumerable/Count.hs:12:8:
Could not find module ‘Data.Semigroup’
I made revision for it too: https://hackage.haskell.org/package/size-based-0.1.3.0/revisions/
It looks like you are not testing with GHC older than 8.6. It would be great if you bump the lower bound of base
to base >=4.12
in all these packages, so no-one even tries use them with older compilers. I made conservative revisions, only disallowing bad plans there are build failures.
I made a revision https://hackage.haskell.org/package/testing-feat-1.1.1.0/revisions/, it still allows GHC-8.4.