Releases: marcin-rzeznicki/stackcollapse-ghc
0.0.1.4rev1
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
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
This release does not change functionality
- Rebuild with recursion-schemes >= 5.2 && < 5.3
0.0.1.2
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
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
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
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
- Report line location for all errors.
- Allow build with
foldl > 1.4.6
Initial
The first release on hackage