All Versions
21
Latest Version
Avg Release Cycle
116 days
Latest Release
699 days ago

Changelog History
Page 2

  • v0.4.1.2 Changes

    February 23, 2019
    • Do not force recompilation with GHC >= 8.6
    • ๐Ÿ‘Œ Support -fplugin-opt=Test.Inspection.Plugin:quiet
  • v0.4.1.1 Changes

    November 17, 2018
    • ๐Ÿ›  Fix a bug with doesNotUse and data constructors
  • v0.4 Changes

    October 12, 2018
    • ๐Ÿ‘Œ Support GHC-8.6
    • โœ… On GHC-8.4 or newer, inspect and inspectTest will automatically load the plugin.
  • v0.3 Changes

    July 07, 2018
    • โœ… On GHC-8.5 or newer, use of inspect or inspectTest without actually loading the plugin will cause compilation to fail at type-checking time (thanks to @adamgundry for the idea)
    • ๐Ÿ‘Œ Support for hasNoTypeClass (thanks to @phadej)
    • ๐Ÿ‘Œ Support for hasNoGenerics (thanks to @isovector)
    • No need to keep referenced variables alive using annotations: Simply mentioning them in a Template Haskell splice keeps them alive!
  • v0.2 Changes

    January 17, 2018
    • โœ… With $(inspectTest obligation) you can now get the result of inspection testing at run-time, for integration into your test suite.
  • v0.2.0.1 Changes

    February 02, 2018
    • ๐Ÿ‘Œ Support GHC HEAD (8.5)
  • v0.1.2 Changes

    November 20, 2017
    • ๐Ÿ‘‰ Make (==-) a bit more liberal, and look through variable redefinitions that only change the type
  • v0.1.1 Changes

    November 09, 2017
    • More complete output when (===) fails
    • Variant (==-) that ignores types when comparing terms
  • v0.1.1.2 Changes

    November 12, 2017
    • ๐Ÿš‘ Hotfix: Do not abort if there are expected failures
  • v0.1.1.1 Changes

    November 12, 2017
    • ๐Ÿ‘‰ Show summary stats
    • โœ… Pull in less tests, to make inclusion in stackage easier