All Versions
23
Latest Version
Avg Release Cycle
127 days
Latest Release
1481 days ago

Changelog History
Page 1

  • v0.5.0 Changes

    April 06, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Support for GHC < 8.4 has been dropped.
    • ๐Ÿ‘Œ Support for Cabal < 2.2 has been dropped.
    • ๐Ÿ‘Œ Support for "Remote Configuration" has been turned off by default. It can be manually activated via the remote-configs flag.

    โœ‚ Removed

    • ๐Ÿšš The previously deprecated <.> and โŠ™ operators have been removed. Use <.< instead for either.

    ๐Ÿ—„ Deprecated

    • ๐Ÿš€ The unicode ร— operator will be removed with the next major release. Use % instead.
  • v0.4.2 Changes

    January 25, 2020
    • ๐Ÿ‘ GHC 8.8 support.
  • v0.4.1 Changes

    May 10, 2019
    • โž• Added pLeftSemigroupalUpdate and pRightSemigroupalUpdate.
  • v0.4.0 Changes

    August 21, 2018
    • ๐Ÿ‘ Drop support for GHC < 7.10 and base < 4.8
    • ๐Ÿ‘ Drop support for Cabal < 1.24
    • ๐Ÿ‘ Drop support for transformers < 0.4
    • ๐Ÿ‘ท Don't run CI tests for Cabal < 2

    • ๐Ÿ“ฆ With Cabal 2.0 or later package info modules are placed in per component autogen directories. All package info modules are named just PkgInfo. For backward compatibility modules with the old legacy names (PkgInfo_*) are still generated but marked deprecated. With Cabal 1.24 only the legacy behavior is available and a deprecation warning is raised.

  • v0.3.1 Changes

    March 16, 2018
    • ๐Ÿ‘ Support GHC-8.4.1 and Cabal-2.2
    • Replaced the use of non-ascii identifiers in the public API
  • v0.3.0 Changes

    August 03, 2017
    • ๐Ÿšš Remove built in short options -p, -c, and -i
    • ๐Ÿ‘ Support GHC-8.2 and Cabal-2.0
  • v0.2.15 Changes

    • ๐Ÿ‘ Support for http-client >= 0.5
  • v0.2.14 Changes

    March 17, 2016
    • ๐Ÿ‘ Support for GHC-8 and Cabal-1.24
  • v0.2.13 Changes

    June 02, 2015
    • โš  Eliminate most compiler warnings when compiling with GHC-7.10.

    • ๐Ÿ“œ Bump lower bound on the version of optparse-applicative to 0.11.0.2. This avoids issues when building with transformers-compat.

    • Reduce compilation time with text<1.2.0.5 by avoiding usage of toCaseFold from the case-insensitive package.

    • ๐Ÿ“ฆ Dropped dependency on the error package.

    • ๐Ÿ”ง Issue 43: Support detection of the version control system when the package directory and thus the cabal file is in sub-directory of the repository.

  • v0.2.12 Changes

    February 18, 2015
    • ๐Ÿ‘ Added support for transformers-0.3.0.0. This changes allows usage of configuration-tools along with packages that depend on ghc, which in turn depends on transformers-0.3.0.0.