Skip to content
Snippets Groups Projects
This project is mirrored from https://git.haskell.org/packages/dph. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 05, 2016
  2. Oct 02, 2014
  3. Aug 04, 2014
  4. Apr 20, 2014
  5. Mar 23, 2014
  6. Feb 09, 2014
  7. Nov 28, 2013
  8. Nov 26, 2013
  9. Oct 11, 2013
  10. Sep 26, 2013
  11. Sep 18, 2013
  12. Sep 17, 2013
  13. Sep 11, 2013
  14. Aug 02, 2013
  15. Jun 20, 2013
  16. Jun 09, 2013
  17. May 15, 2013
  18. Apr 17, 2013
  19. Mar 13, 2013
  20. Mar 04, 2013
  21. Mar 01, 2013
  22. Feb 24, 2013
    • roldugin's avatar
      dph-examples: Cabal/Makefile hackery · 0b17ca51
      roldugin authored
      - Bump base dependency to 4.7.*
      - Remove `repa-flow' dependency
      - Add handvectorised QuickHull executable to cabal file (commented out)
      - Also remove annotated core dumps of vectorised QuickHull
      0b17ca51
  23. Feb 22, 2013
  24. Feb 20, 2013
  25. Feb 15, 2013
  26. Feb 07, 2013
    • jpm@cs.ox.ac.uk's avatar
      Implement poly-kinded Typeable · dfd0805f
      jpm@cs.ox.ac.uk authored
      This patch makes the Data.Typeable.Typeable class work with arguments of any
      kind. In particular, this removes the Typeable1..7 class hierarchy, greatly
      simplyfing the whole Typeable story. Also added is the AutoDeriveTypeable
      language extension, which will automatically derive Typeable for all types and
      classes declared in that module. Since there is now no good reason to give
      handwritten instances of the Typeable class, those are ignored (for backwards
      compatibility), and a warning is emitted.
      
      The old, kind-* Typeable class is now called OldTypeable, and lives in the
      Data.OldTypeable module. It is deprecated, and should be removed in some future
      version of GHC.
      dfd0805f
  27. Feb 05, 2013
Loading