Skip to content
Snippets Groups Projects
  1. May 30, 2020
  2. May 24, 2020
  3. Nov 15, 2019
  4. Nov 12, 2019
  5. Sep 26, 2019
  6. Jul 17, 2019
    • Ryan Scott's avatar
      Documentation improvements for the URec instance (#48) · 78ce5abb
      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.
      78ce5abb
  7. Jun 24, 2019
  8. Dec 18, 2018
  9. Sep 15, 2018
  10. Jun 03, 2018
  11. Apr 20, 2018
  12. Apr 10, 2018
  13. Mar 20, 2018
  14. Mar 12, 2018
  15. Nov 22, 2017
  16. Sep 15, 2017
  17. Apr 22, 2017
  18. Apr 16, 2017
  19. Apr 15, 2017
  20. Apr 08, 2017
  21. Feb 27, 2017
  22. Dec 12, 2016
  23. Nov 20, 2016
    • Oleg Grenrus's avatar
      Add NFData1 and NFData2 classes (#21) · 418856af
      Oleg Grenrus authored and Ryan Scott's avatar Ryan Scott committed
      * 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
      418856af
Loading