Skip to content
Snippets Groups Projects
  1. Jul 16, 2012
  2. Jun 19, 2012
  3. Jun 12, 2012
  4. May 22, 2012
  5. May 18, 2012
  6. Mar 15, 2012
  7. Mar 14, 2012
  8. Mar 06, 2012
  9. Feb 08, 2012
  10. Jan 31, 2012
  11. Nov 09, 2011
  12. Nov 05, 2011
    • GregWeber's avatar
      addDependentFile #4900 · ab0d93c6
      GregWeber authored
      Let GHC know about an external dependency that Template Haskell uses
      so that GHC can recompile when the dependency changes.
      No support for ghc -M
      ab0d93c6
  13. Aug 26, 2011
  14. Aug 23, 2011
    • Simon Peyton Jones's avatar
      Implement lookupTypeName/lookupValueName, and reification of type family instances · 54ee4dab
      Simon Peyton Jones authored
      This patch (and its GHC counterpart) implements
         Trac #4429 (lookupTypeName, lookupValueName)
         Trac #5406 (reification of type/data family instances)
      
      See detailed discussion in those tickets.
      
      TH.ClassInstance is no more; instead reifyInstances returns a [Dec],
      which requires fewer data types and natuarally accommodates family
      instances.
      
      'reify' on a type/data family now returns 'FamilyI', a new data
      constructor in 'Info'
      54ee4dab
  15. Aug 20, 2011
  16. Aug 17, 2011
  17. Aug 10, 2011
  18. Jul 29, 2011
    • Simon Peyton Jones's avatar
      Make Q an instance of Applicative · 95d90ba8
      Simon Peyton Jones authored
      Thanks to Bas van Dijk for proposing this.
      
      In the end I replaced Functor by Applicative in the
      superclasses of Quasi, thus:
        class (Monad m, Applicative m) => Quasi m where
      because Functor is a superclass of Applicative.
      95d90ba8
  19. Jul 25, 2011
  20. Jul 18, 2011
  21. Jul 12, 2011
  22. Jul 06, 2011
  23. Jun 21, 2011
  24. Jun 19, 2011
  25. Apr 05, 2011
  26. Feb 10, 2011
  27. Jan 13, 2011
  28. Dec 14, 2010
  29. Nov 21, 2010
  30. Nov 16, 2010
  31. Nov 12, 2010
  32. Oct 25, 2010
  33. Oct 23, 2010
  34. Oct 10, 2010
  35. Sep 08, 2010
  36. Sep 17, 2010
  37. Sep 15, 2010
Loading