Andreas Abel

Results 585 issues of Andreas Abel

- **Allow latest template-haskell and time, bump CI to GHC 9.10** - **Explicit imports from lens package** - **Remove #ifs for pre GHC-8 dependency versions; relax lens upper bound** -...

Hello `lio-fs` maintainers! (I hope I got the right repo here, because the Hackage publication points at https://github.com/scslab/lio but nothing has happened there in 7 years...) In my role as...

``` dimensions-1.0.1.1$ cabal build -w ghc-8.10.7 ... src/Numeric/Dim.hs:123:29: error: Not in scope: type variable ‘k’ | 123 | pattern Dim :: forall (n :: k) . () => KnownDim n...

`dimensions` package is missing a CHANGELOG

- Includes #331: **Allow tar-0.6 in serialise benchmarks** - Closes #332: **Allow zlib-0.7**

https://github.com/well-typed/cborg/blob/64e2201485df2e6f62dfa5b26c96b289609f6153/serialise/serialise.cabal#L2 Hackage has 0.2.6.1 https://github.com/well-typed/cborg/blob/64e2201485df2e6f62dfa5b26c96b289609f6153/cborg-json/cborg-json.cabal#L2 Hackage has 0.2.6.0 I didn't check the other cabal files. How does this happen? Aren't the package released from this repo?

See: - https://github.com/commercialhaskell/stackage/issues/7309

Discovered in a routine build attempt: ``` Building library for credentials-0.0.2.. [1 of 5] Compiling Credentials.Types ( src/Credentials/Types.hs, /Users/abel/tmp/credentials-0.0.2/dist-newstyle/build/x86_64-osx/ghc-8.4.4/credentials-0.0.2/build/Credentials/Types.o ) src/Credentials/Types.hs:54:25: error: • No instance for (Semigroup Context) arising from...

Details below. It seems that this is caused by lacking bounds on `base` and `bytestring`. ### GHC 7.6 https://github.com/hackage-trustees/text-format/actions/runs/3703919604/jobs/6275933011#step:17:110 ``` Data/Double/Conversion/Convertable.hs:22:18: Could not find module `Data.ByteString.Builder' It is a member...

Please add and maintain a CHANGELOG. This can also contain a statement like `Tested with GHC x.y to x'.y'` to express your intent which GHC versions that release is for.