File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for hackage-cli
22
3+ ## 0.1.0.0
4+
5+ _ Andreas Abel, 2023-01-15_
6+
7+ - Skip errors when running ` add-bound ` on several files.
8+ (PR [ #42 ] ( https://github.com/hackage-trustees/hackage-cli/pull/42 ) )
9+
10+ - If no version range is given for a dependency, interpret it as ` -any ` rather than _ none_ (` <0 ` ).
11+ (PR [ #48 ] ( https://github.com/hackage-trustees/hackage-cli/pull/48 ) )
12+
13+ Builds with ` Cabal 3.4 - 3.8 ` and ` GHC 8.2 - 9.4 ` .
14+
15+
316## 0.0.3.6
417
18+ _ Andreas Abel, 2022-04-30_
19+
520First release to hackage.
6- Builds with ` Cabal >= 3.4 ` and ` GHC 8.2 - 9.0 ` .
21+ Builds with ` Cabal 3.4 - 3.6 ` and ` GHC 8.2 - 9.2 ` .
722
823# Pre-release versions (February 2022)
924
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : hackage-cli
3- version : 0.0.3.6
3+ version : 0.1.0.0
44
55synopsis : CLI tool for Hackage
66description :
@@ -10,7 +10,7 @@ homepage: https://github.com/hackage-trustees/hackage-cli
1010bug-reports : https://github.com/hackage-trustees/hackage-cli/issues
1111license : GPL-3.0-or-later
1212license-file : LICENSE
13- author : Herbert Valerio Riedel
13+ author : Herbert Valerio Riedel, Andreas Abel
1414maintainer : Andreas Abel
1515category : Development
1616build-type : Simple
You can’t perform that action at this time.
0 commit comments