packages feed

cabal-lenses-0.13.0: CHANGELOG

0.13.0
------
* Add 'symbolicPathListToFilePathList' iso to convert between [SymbolicPath] and [FilePath]

0.12.0
------
* Support Cabal 3.12

0.11.0
------
* Support Cabal 3.6.3
* Tested with ghc 9.2.7

0.10.0, 0.10.1
--------------
* Support Cabal 3.0
* Tested with ghc 8.8.3 and 8.10.1

0.9.0
-----
* Support Cabal 2.4 and ghc 8.6

0.8.0
-----
* Migrate from EitherT to ExceptT

0.7.1
-----
* Raise upper bounds of lens, Cabal and either
* Tested with GHC 8.4.2

0.7.0
-----
* Support cabal 2.1

0.6.0
-----
* Support cabal 2.0

0.5.0
-----
* Add 'findNewDistDir', 'findDistDir' and 'findPackageDB' now return absolute paths

0.4.7
-----
* Raise upper bounds of dependencies

0.4.6
-----
* Add several helper functions for cabal
   - findCabalFile
   - findPackageDB
   - findDistDir

0.4.5
-----
* Support GHC 7.10.1

0.4.4
-----
* Add traversal 'allBuildInfo'
* Add lens for 'targetBuildDepends' field

0.3.1, 0.4.1, 0.4.2, 0.4.3
--------------------------
* Raise upper bounds of dependencies