- May 30, 2020
-
-
chessai authored
Bump base upper bound
-
- May 24, 2020
-
-
Ben Gamari authored
-
- Nov 15, 2019
-
-
Ben Gamari authored
Bump base upper bound to 4.15
-
- Nov 12, 2019
-
-
Ben Gamari authored
-
- Sep 26, 2019
-
-
- Jul 17, 2019
-
-
Ryan Scott authored
This fixes a handful of minor issues with the `NFData` instance for `URec`: * It had a `@since` annotation without Haddock formatting. * It did not mention that it was only available on `base-4.9` or later. * The CPP referred to `__GLASGOW_HASKELL__`, not `MIN_VERSION_base(4,9,0)` like it should have. This patch fixes all of these problems.
-
- Jun 24, 2019
-
-
- Dec 18, 2018
-
- Sep 15, 2018
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
...for the TypeRep/TypeCon instances
- Jun 03, 2018
-
-
Ryan Scott authored
-
- Apr 20, 2018
-
-
Ryan Scott authored
-
- Apr 10, 2018
-
-
Ryan Scott authored
See https://ghc.haskell.org/trac/ghc/ticket/15018.
-
- Mar 20, 2018
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
- Mar 12, 2018
-
-
Ryan Scott authored
-
-
- Nov 22, 2017
-
-
Ryan Scott authored
-
- Sep 15, 2017
-
-
- Apr 22, 2017
-
-
Herbert Valerio Riedel authored
With the recent new API additions it makes sense to restructure a bit. Moreoever, this commit augments the new NFData1/NFData2 API with a few more haddock strings, and extends the introductory examples.
-
- Apr 16, 2017
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
[skip ci]
-
Herbert Valerio Riedel authored
This makes sure that the compiler has a better chance to warn/complain if we forget to update the BackDoor module when `base` changes
-
Herbert Valerio Riedel authored
...this required to update C.D.BackDoor
-
Herbert Valerio Riedel authored
This was made necessary by #28 This hack reduces the surface-area requiring TRUSTWORTHY annotations
-
Herbert Valerio Riedel authored
-
- Apr 15, 2017
-
-
Herbert Valerio Riedel authored
...and add GHC 8.2.1 to CI matrix
-
-
- Apr 08, 2017
-
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
-
Ryan Scott authored
Plus some minor code cleanup
-
Pepe Iborra authored
-
- Feb 27, 2017
-
-
Pepe Iborra authored
-
- Dec 12, 2016
-
-
Ryan Scott authored
-
- Nov 20, 2016
-
-
* Add NFData1 and NFData2 classes * Add Changelog entries * Add Changelog for NFData1/2 * Generate tuple instances for NFData1/2 * Add NFData1 Fixed and Ratio * Generic NFData1 * Add NFData1 generic deriving docs * Add |@since 1.4.3.0 * Add NFData1/2 Array instances * *Var/*Ptr NFData1 instances
-