- Mar 20, 2018
-
-
Ryan Scott authored
As a workaround for https://github.com/haskell/cabal/issues/5169
-
- Mar 19, 2018
-
-
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
-
- Nov 17, 2016
-
-
- Nov 15, 2016
-
-
Ben Gamari authored
-
- Oct 25, 2016
- Aug 16, 2016
-
-
Ryan Scott authored
-
Make `grnf` for `V1` a well-defined function that forces its (bottom) argument rather than making the function itself bottom. Fixes #19
-
- Apr 19, 2016
-
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
- Apr 17, 2016
-
-
- Nov 29, 2015
-
-
Herbert Valerio Riedel authored
which have moved into `base-4.9`. Specifically these are for the (new)types: - `Data.List.NonEmpty` - `Data.Semigroup.Arg` - `Data.Semigroup.First` - `Data.Semigroup.Last` - `Data.Semigroup.Max` - `Data.Semigroup.Min` - `Data.Semigroup.Option` - `Data.Semigroup.WrappedMonoid` Fixes #11
-