cabal-bounds 0.4 → 0.4.1
raw patch · 2 files changed
+7/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +3/−2
- cabal-bounds.cabal +4/−3
README.md view
@@ -51,6 +51,7 @@ lens => lens >=4.1.2 && <4.2 $> cabal-bounds update --lower ...+ lens >=4.0.1 && <5 => lens >=4.1.2 && <5 lens >=4.0.1 && <4.1 => lens >=4.1.2 lens <4.1 => lens >=4.1.2 lens => lens >=4.1.2@@ -58,7 +59,7 @@ $> cabal-bounds update --upper ... lens >=4.0.1 && <4.1 => lens >=4.0.1 && <4.2 lens >=4.0.1 => lens >=4.0.1 && <4.2- lens => lens >=4.1.2 && <4.2+ lens => lens <4.2 You can also specify which component of the version number should be updated: @@ -69,7 +70,7 @@ lens >=4.0.1 && <4.1 => lens >=4.1 $> cabal-bounds update --lowercomp=major1 ...- lens >=4.0.1 && <4.1 => lens >=4+ lens >=4.0.1 && <4.1 => lens >=4 && <4.1 $> cabal-bounds update --uppercomp=minor ... lens >=4.0.1 && <4.1 => lens >=4.0.1 && <4.1.3
cabal-bounds.cabal view
@@ -1,5 +1,5 @@ name: cabal-bounds-version: 0.4+version: 0.4.1 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -63,6 +63,7 @@ > lens => lens >=4.1.2 && <4.2 > > $> cabal-bounds update --lower ...+ > lens >=4.0.1 && <5 => lens >=4.1.2 && <5 > lens >=4.0.1 && <4.1 => lens >=4.1.2 > lens <4.1 => lens >=4.1.2 > lens => lens >=4.1.2@@ -70,7 +71,7 @@ > $> cabal-bounds update --upper ... > lens >=4.0.1 && <4.1 => lens >=4.0.1 && <4.2 > lens >=4.0.1 => lens >=4.0.1 && <4.2- > lens => lens >=4.1.2 && <4.2+ > lens => lens <4.2 . You can also specify which component of the version number should be updated: .@@ -81,7 +82,7 @@ > lens >=4.0.1 && <4.1 => lens >=4.1 > > $> cabal-bounds update --lowercomp=major1 ...- > lens >=4.0.1 && <4.1 => lens >=4+ > lens >=4.0.1 && <4.1 => lens >=4 && <4.1 > > $> cabal-bounds update --uppercomp=minor ... > lens >=4.0.1 && <4.1 => lens >=4.0.1 && <4.1.3