cabal-bounds 0.1.7 → 0.1.8
raw patch · 2 files changed
+5/−7 lines, 2 files
Files
- README.md +2/−3
- cabal-bounds.cabal +3/−4
README.md view
@@ -4,9 +4,8 @@ A command line program for managing the bounds/versions of the dependencies in a cabal file. `cabal-bounds` is able to do two things:-- - drop the bounds of the dependencies in the cabal file- - update the bounds of the dependencies in the cabal file using the cabal build information+* drop the bounds of the dependencies in the cabal file+* update the bounds of the dependencies in the cabal file using the cabal build information Example: Raise the upper Bounds ===============================
cabal-bounds.cabal view
@@ -1,5 +1,5 @@ name: cabal-bounds-version: 0.1.7+version: 0.1.8 cabal-version: >=1.9.2 build-type: Simple license: BSD3@@ -7,9 +7,8 @@ maintainer: daniel.trstenjak@gmail.com synopsis: A command line program for managing the bounds/versions of the dependencies in a cabal file. description: 'cabal-bounds' is able to do two things:- .- > - drop the bounds of the dependencies in the cabal file- > - update the bounds of the dependencies in the cabal file using the cabal build information+ * drop the bounds of the dependencies in the cabal file+ * update the bounds of the dependencies in the cabal file using the cabal build information . /Example: Raise the upper Bounds/ .