Skip to content

Releases: marcin-rzeznicki/stackcollapse-ghc

0.0.1.4rev1

10 Oct 20:02
Compare
Choose a tag to compare

GHC 9.0.1

Changed tested-with from

  • ghc ==8.6.5: ghc ==8.8.2: ghc ==8.8.3: ghc ==8.10.1: ghc ==8.10.2: ghc ==8.10.3

to

  • ghc ==8.6.5: ghc ==8.8.2: ghc ==8.8.3: ghc ==8.10.1: ghc ==8.10.2: ghc ==8.10.3: ghc ==9.0.1

Changed the executable 'stackcollapse-ghc' component's library dependency on 'base' from

  • >=4.12.0.0 && <4.15

to

  • >=4.12.0.0 && <4.16

Changed the test suite 'stackcollapse-ghc-test' component's library dependency on 'base' from

  • >=4.12.0.0 && <4.15

to

  • >=4.12.0.0 && <4.16

0.0.1.4

10 May 01:32
Compare
Choose a tag to compare

This release does not change functionality:

  • rebuild with hspec-golden >=0.2.0.0 && < 0.3
  • support for GHC 8.10.4
  • do not use deprecated Data.ByteString.Lazy.putStrLn

0.0.1.3

30 Jul 15:39
Compare
Choose a tag to compare

This release does not change functionality

  • Rebuild with recursion-schemes >= 5.2 && < 5.3

0.0.1.2

17 Jul 13:33
Compare
Choose a tag to compare

This release does not change functionality

  • Rebuild with hspec-golden ==0.1.0.2 and fix Missing field in record construction failFirstTime (test suite)

0.0.1.1rev3

15 Jul 17:38
Compare
Choose a tag to compare

Fixed uninitialized field error introduced by hspec-golden 0.1.0.2 by tightening version constraint

Changed the test suite 'stackcollapse-ghc-test' component's library dependency on 'hspec-golden' from

  • ==0.1.*
    to
  • >= 0.1.0.2 && <0.1.1

0.0.1.1rev2

02 Jul 20:17
Compare
Choose a tag to compare

Changed the test suite 'stackcollapse-ghc-test' component's library dependency on 'hspec-golden' from

  • ==0.1.0.1
    to
  • ==0.1.*

Changed tested-with from

  • ghc ==8.6.5: ghc ==8.8.2: ghc ==8.8.3
    to
  • ghc ==8.6.5: ghc ==8.8.2: ghc ==8.8.3: ghc ==8.10.1

0.0.1.1rev1

27 Jun 16:47
Compare
Choose a tag to compare

Changed the executable 'stackcollapse-ghc' component's library dependency on 'base' from

  • 4.12.0.0 && <4.14
    to
  • 4.12.0.0 && <4.15

Changed the test suite 'stackcollapse-ghc-test' component's library dependency on 'base' from

  • 4.12.0.0 && <4.14
    to
  • 4.12.0.0 && <4.15

0.0.1.1

22 Jun 14:42
Compare
Choose a tag to compare
  • Report line location for all errors.
  • Allow build with foldl > 1.4.6

Initial

25 May 01:29
Compare
Choose a tag to compare

The first release on hackage