cabal-bounds 2.1.0 → 2.1.1
raw patch · 3 files changed
+9/−1 lines, 3 files
Files
- CHANGELOG +4/−0
- README.md +2/−0
- cabal-bounds.cabal +3/−1
CHANGELOG view
@@ -1,3 +1,7 @@+2.1.1+-----+* Fix cabal package description for Installation+ 2.1.0 ----- * Support Cabal 2.4 and ghc 8.6
README.md view
@@ -164,6 +164,8 @@ Installation ============ +If you're using the cabal new style commands (e.g. cabal new-build), then you can skip the Installation section.+ You have to ensure, that the `Cabal` library of `cabal-bounds` matches the one used by the `cabal` binary: $> cabal --version
cabal-bounds.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.9.2 name: cabal-bounds-version: 2.1.0+version: 2.1.1 license: BSD3 license-file: LICENSE maintainer: daniel.trstenjak@gmail.com@@ -26,6 +26,8 @@ For further details please consult the <https://github.com/dan-t/cabal-bounds README>. . /Installation/+ .+ If you're using the cabal new style commands (e.g. cabal new-build), then you can skip the Installation section. . You have to ensure, that the 'Cabal' library of 'cabal-bounds' matches the one used by the 'cabal' binary: .