- 16 Mar, 2021 2 commits
-
-
davean authored
-
-
- 02 Mar, 2021 1 commit
-
-
Ben Gamari authored
Support GHC 9.0.1
-
- 23 Feb, 2021 1 commit
-
-
Andrés Sicard-Ramírez authored
and updated GitHub workflow via `haskell-ci --regenerate` following review by Andreas Abel.
-
- 10 Feb, 2021 1 commit
-
-
Ben Gamari authored
-
- 09 Feb, 2021 4 commits
-
-
Ben Gamari authored
Release 0.13.2.5
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
-
- 21 Jan, 2021 1 commit
-
-
davean authored
-
- 20 Jan, 2021 1 commit
-
-
- 14 Dec, 2020 6 commits
-
-
Ben Gamari authored
Bytestring 0.11
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
Ben Gamari authored
ci: Initial commit of GitHub Actions configuration
-
Ben Gamari authored
-
Ben Gamari authored
-
- 27 Mar, 2020 6 commits
-
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
travis: Test with 8.10.1
-
Ben Gamari authored
-
Ben Gamari authored
-
Ben Gamari authored
Import unsafeCoerce# from GHC.Exts, not GHC.Base
-
- 24 Feb, 2020 1 commit
-
-
Ryan Scott authored
`attoparsec` fails to build with GHC HEAD (8.11) after [this commit](https://gitlab.haskell.org/ghc/ghc/commit/74ad75e87317196c600dfabc61aee1b87d95c214), which moves `unsafeCoerce#` from `GHC.{Base,Prim}` to `Unsafe.Coerce`: ``` [ 5 of 21] Compiling Data.Attoparsec.Text.Buffer ( Data/Attoparsec/Text/Buffer.hs, /home/rgscott/Documents/Hacking/Haskell/staging/dist-newstyle/build/x86_64-linux/ghc-8.11.0.20200222/attoparsec-0.13.2.3/build/Data/Attoparsec/Text/Buffer.o, /home/rgscott/Documents/Hacking/Haskell/staging/dist-newstyle/build/x86_64-linux/ghc-8.11.0.20200222/attoparsec-0.13.2.3/build/Data/Attoparsec/Text/Buffer.dyn_o ) Data/Attoparsec/Text/Buffer.hs:51:43: error: Module ‘GHC.Base’ does not export ‘unsafeCoerce#’ | 51 | import GHC.Base (Int(..), indexIntArray#, unsafeCoerce#, writeIntArray#) | ^^^^^^^^^^^^^ ``` This patch fixes the issue by instead importing `unsafeCoerce#` from `GHC.Exts`, which has better API stability. While I was in town, I went ahead and switched all other `GHC.Base` imports to `GHC.Exts` to make the code future-proof against other `GHC.Base` API changes in the future.
-
- 19 Jan, 2020 2 commits
-
-
davean authored
-
https://github.com/bos/attoparsecdavean authored
-
- 25 Sep, 2019 1 commit
-
-
Ben Gamari authored
Allow semigroups-0.19
-
- 31 Aug, 2019 1 commit
-
-
Ben Gamari authored
-
- 27 Aug, 2019 2 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 26 Aug, 2019 1 commit
-
-
Ben Gamari authored
Ghc 8.8.1
-
- 13 Aug, 2019 2 commits
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- 12 Aug, 2019 1 commit
-
-
Oleg Grenrus authored
-
- 15 May, 2019 1 commit
-
-
davean authored
-
- 09 May, 2019 1 commit
-
-
davean authored
-
- 02 Nov, 2018 1 commit
-
-
Ben Gamari authored
Remove unnecessary hiding getChar
-
- 01 Nov, 2018 1 commit
-
-
zhujinxuan authored
-
- 19 Apr, 2018 1 commit
-
-
Ben Gamari authored
Correct http benchmarks
-
- 20 Mar, 2018 1 commit
-
-
Andrew Martin authored
Change character predicate to not use inClass. Add note about the impossibility of matching the performance of warp.
-