All Versions
12
Latest Version
0.4
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.4

  • v0.4.0.1 Changes

    • ⚡️ Update library dependencies to support GHC 8.6.5
  • v0.3.1 Changes

    • 👉 Make it work with 64-bit GHC.

    • ⚡️ Update examples, to use ErrCode and Success from System.Win32.Error

  • v0.3

  • v0.2.5 Changes

    • ⚡️ Update library dependencies to support GHC 7.10.1.
    • ✂ Remove dependency on "errors" library.
  • v0.2.5.1 Changes

    • 🛠 bugfix in "simple" example.
  • v0.2.4 Changes

    • bug fix: eRROR_SERVICE_SPECIFIC_ERROR was mapped to the wrong code.

    • ➕ Add upper-version bounds to build dependencies.

  • v0.2.3 Changes

    • ⚡️ Update library dependencies to support GHC 7.8.
  • v0.2.2 Changes

    • ⚡️ Update library dependencies to support GHC 7.6.
  • v0.2.1 Changes

    • 🐛 bug fix: Services were failing to enter a STOPPED state. It is now the user's responsibility to enter a stopped state in the service main function. The 'startServiceCtrlDispatcher' function will continue to automatically put the service into a START_PENDING state.