- Jun 04, 2020
-
-
Rinat Striungis authored
-
- Jan 20, 2020
-
-
Lennart Kolmodin authored
- Jul 21, 2019
-
-
Lennart Kolmodin authored
Reading the file with 12000+ examples is slow as it's deserialized with 'read'.
-
- Jul 20, 2019
-
-
Lennart Kolmodin authored
Use bases built-in float/word32 and double/word64 casts
-
Lennart Kolmodin authored
Travis keeps breaking due to its very fragile build script. Switching to an approach which I hope will be more robust. Only use recent version of cabal when building for all GHC versions. This means we no longer test older cabal install binaries. cabal-install is unable to come up with a build plan for the tests and benchmarks. The problem seems to be that building binary's tests/benchmarks requires having binary, which is what we're trying to build. Cabal doesn't seem to separate the lib/tests/benchmarks into distinct build units, so it fails to come up with a plan. To work around this, when building on travis, we rename the binary library. With a new name, cabal can find a plan and run the tests. Remove GHC 7.4.2 and 7.6.3 from the testing matrix. They fail with this new build setup for a reason I haven't investigated.
-
- Jul 18, 2019
-
-
Lennart Kolmodin authored
Remove a redundant catch-all clause
-
- Jul 14, 2019
-
-
Lennart Kolmodin authored
Handle {Int,Word}32Rep
-
- Jul 04, 2019
-
-
Sebastian Graf authored
The clause will be rendered redundant by [GHC MR 963](ghc/ghc!963).
-
- Jun 29, 2019
-
-
John Ericson authored
-
- Jun 06, 2019
-
-
Lennart Kolmodin authored
Remove 7.4.1 as it's broken upstream.
-
- May 15, 2019
-
-
Lennart Kolmodin authored
Prepare 0.8.7.0
-
- May 13, 2019
-
-
Oleg Grenrus authored
-
Oleg Grenrus authored
-
- Mar 12, 2019
-
-
Lennart Kolmodin authored
Haddock markup fixes
-
- Mar 11, 2019
-
-
Alec Theriault authored
* Use the standard `@since` notation (since it plays well with re-exports in other packages) * Use `@ ... @` for monospacing things that aren't identifiers * Qualify some linked identifiers (so that they actually link)
-
- Mar 03, 2019
-
-
Alex Biehl authored
-
- Feb 02, 2019
-
-
Lennart Kolmodin authored
'Binary (NonEmpty a)' should 'fail' on empty lists
-
Lennart Kolmodin authored
Co-Authored-By:
harpocrates <alec.theriault@gmail.com>
-
- Jan 23, 2019
-
-
Lennart Kolmodin authored
Compatibility with future ghc-8.8/base-4.13
-
Lennart Kolmodin authored
Typofix
-
- Jan 22, 2019
-
-
Gabor Greif authored
-
- Jan 20, 2019
-
-
Herbert Valerio Riedel authored
-
- Nov 15, 2018
-
-
Lennart Kolmodin authored
Remove unused imports.
-
- Nov 13, 2018
-
-
Lennart Kolmodin authored
Add support for Int16#, Word16#
-
- Nov 08, 2018
-
-
David Eichmann authored
Due to a bug in ghc, some unused imports do not yield warnings. This commit will remove such unused imports in preparation for the ghc bug fix (see https://ghc.haskell.org/trac/ghc/ticket/13064).
-
- Nov 05, 2018
-
-
Ben Gamari authored
-
- Oct 06, 2018
-
-
Lennart Kolmodin authored
Add GHC 8.6.1 to travis and docker.
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
Add support for Int8Rep/Word8Rep added in GHC 8.7
-
- Oct 04, 2018
-
-
Ben Gamari authored
-
- Aug 10, 2018
-
-
Alec Theriault authored
The failure should be in the context of 'MonadFail'.
-
- Aug 08, 2018
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- Aug 06, 2018
-
-
Lennart Kolmodin authored
-
Lennart Kolmodin authored
-
- Aug 04, 2018
-
-
Lennart Kolmodin authored
There was no breaking changes in version 0.10.0.0, so let's also release under 0.8.6.0.
-
- Aug 02, 2018
-
- Aug 01, 2018
-
-
Lennart Kolmodin authored
-