packages feed

distributed-process-systest-0.4.1: ChangeLog

2024-10-30 David Simmons-Duffin <dsd@caltech.edu> 0.4.1

* Bumped dependency bound for ansi-terminal

2024-10-30 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.4.0

* Removed dependency on `rematch` (#459). This means that certain functions 
  are no longer exported: `shouldBe`, `shouldMatch`, `shouldContain`, 
  `shouldNotContain`, and `expectThat`.

2024-09-03 Laurent P. René de Cotret <laurent.decotret@outlook.com> 0.3.2

* Bumped dependency bounds to support GHC 8.10.7 - GHC 9.10.1
* Updated links to point to Distributed Haskell monorepo

2024-03-26 David Simmons-Duffin <dsd@caltech.edu> 0.3.1

* Relaxed upper bounds to build with ghc-9.8
* Fixed syntax errors with Haskell2010

2018-11-10 Tim Watson <watson.timothy@gmail.com> 0.3.0

* Relaxed upper bounds to allow for newer versions of exceptions
* Support for GHC 8.2 (thanks agentm)
* further relax upper bounds for HUnit (thanks Alexander Vershilov)

2017-02-05 Tim Watson <watson.timothy@gmail.com> 0.1.1

* Bugfix: relax upper bounds for HUnit

2017-02-04 Tim Watson <watson.timothy@gmail.com> 0.1.0

* Initial Release