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

sync #1

Open
wants to merge 18 commits into
base: utf8
Choose a base branch
from
Open

sync #1

wants to merge 18 commits into from

Commits on Sep 19, 2018

  1. Use typeRepFingerprint from Type.Reflection.Unsafe

    typeRepFingerprint won't be exposed in Type.Reflection, but instead is
    available via Type.Reflection.Unsafe.
    bgamari authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    0232aac View commit details
    Browse the repository at this point in the history
  2. Bump version number to 1.2.6.1

    Johan Tibell authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    81527b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e52ca16 View commit details
    Browse the repository at this point in the history
  4. Add Hashable instance for Complex

    RyanGlScott authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    6e85bbf View commit details
    Browse the repository at this point in the history
  5. Add Hashable1 instance as well

    RyanGlScott authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    7cd0802 View commit details
    Browse the repository at this point in the history
  6. Add GHC 8.2.1 to travis builds

    tmcgilchrist authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    32d4018 View commit details
    Browse the repository at this point in the history
  7. GHC 8.2.1 should use Cabal 2.0

    tmcgilchrist authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    6f3e6f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3374fa8 View commit details
    Browse the repository at this point in the history
  9. Modernise Travis CI script

    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f15cde9 View commit details
    Browse the repository at this point in the history
  10. Add GHC 8.4.1 to build-matrix and update bounds

    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    f784d8c View commit details
    Browse the repository at this point in the history
  11. Remove now redundant import

    The last reference to shiftR got removed in
    634f494
    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    b5e9154 View commit details
    Browse the repository at this point in the history
  12. Update spec-version of .cabal file

    Since hashable requires GHC 7.2+ / base >= 4.4, this implies
    Cabal 1.12 or later, so let's update the spec-version (and use the
    new-style spec version declaration while at it) and pin
    down to the Haskell2010 semantics.
    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d7dd440 View commit details
    Browse the repository at this point in the history
  13. Add changelog entry for upcoming 1.2.7.0 release

    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    cef18b5 View commit details
    Browse the repository at this point in the history
  14. Mark Data.Hashable.Lifted as Trustworthy (re SafeHaskell)

    `Data.Hashable` has been Trustworthy since 2013
    (c.f. 7d56ac1); when
    `Data.Hashable.Lifted` was added, giving it the same treatment
    was missed.
    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    12f67d1 View commit details
    Browse the repository at this point in the history
  15. Fix typo in module header comment

    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    3eaabe6 View commit details
    Browse the repository at this point in the history
  16. Bump version to 1.2.7.0 for release

    Only benign API additions were performed since 1.2.6.1, hence
    a minor version bump is adequate.
    hvr authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    48428ad View commit details
    Browse the repository at this point in the history
  17. Relax base upper bound to build on GHC 8.6

    gwils authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    8122afd View commit details
    Browse the repository at this point in the history
  18. Regenerate .travis.yml

    gwils authored and kuk0 committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    9d27df1 View commit details
    Browse the repository at this point in the history