Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic Deriving #1138

Merged
merged 10 commits into from Aug 12, 2015
Merged

Generic Deriving #1138

merged 10 commits into from Aug 12, 2015

Commits on Jun 3, 2015

  1. Generic Deriving

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Jun 3, 2015
    Configuration menu
    Copy the full SHA
    e2e78ca View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. use 7.8 compat error import

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    2dd990f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:purescript/purescript into derivi…

    …ng-generic-patch
    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    74a8dc0 View commit details
    Browse the repository at this point in the history
  3. use new NameKind constructor, add some missing Functor constraints

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    2156fdc View commit details
    Browse the repository at this point in the history
  4. Another missing constraint for 7.8

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    d84e2c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Merge branch 'master' of github.com:purescript/purescript into derivi…

    …ng-generic-patch
    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    fd82591 View commit details
    Browse the repository at this point in the history
  2. cleanup PR as per comments. fixing the module name outstanding.

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    0f9d2f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. tweak binders, always use fixed Data.Generic module

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    e28d22f View commit details
    Browse the repository at this point in the history
  2. add link to license

    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    0611c05 View commit details
    Browse the repository at this point in the history
  3. pattern synonyms --> pattern guards, also fix some missing signature …

    …warnings
    U-CIQDEV\gbazerman authored and U-CIQDEV\gbazerman committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    04616c7 View commit details
    Browse the repository at this point in the history