Package maintainers and Hackage trustees are allowed to edit certain bits
of package metadata after a release, without uploading a new tarball.
Note that the tarball itself is never changed, just the metadata that is
stored separately. For more information about metadata revisions, please
refer to the
Hackage Metadata Revisions FAQ.
No. |
Time |
User |
SHA256 |
-r1 (cabal-bounds-0.8-r1) |
2014-08-11T17:09:51Z |
DanielTrstenjak |
252cc3da9aa5f5f07f30f2e211a97452db95a6daf1cd0da3df9323da4f45b16e
|
|
Changed description
from A command line program for managing the bounds/versions of the dependencies in a cabal file.
`cabal-bounds` is able to do three things with the bounds of the dependencies in the cabal file:
* drop them
* update them by the library versions of the current cabal build
* update them by the library versions of a haskell platform release
* update them by the library versions specified by a file
For further details please consult the <https://github.com/dan-t/cabal-bounds README>.
to A command line program for managing the bounds/versions of the dependencies in a cabal file.
'cabal-bounds' is able to do these things with the bounds of the dependencies in the cabal file:
* drop them
* update them by the library versions of the current cabal build
* update them by the library versions of a haskell platform release
* update them by the library versions specified by a file
* dump the libraries/dependencies and their lower bound versions from the cabal file(s) into a file
For further details please consult the <https://github.com/dan-t/cabal-bounds README>.
/Installation/
You have to ensure, that the 'Cabal' library of 'cabal-bounds' matches the one used by the 'cabal' binary:
> $ cabal --version
> cabal-install version 1.18.0.2
> using version 1.18.1 of the Cabal library
> $ cabal install --constraint="Cabal == 1.18.1" cabal-bounds
If you update the 'cabal' binary and the used 'Cabal' library changes, then you have to rebuild 'cabal-bounds'.
/Issues/
Perhaps the currently most annoying thing is, that you have to live with the reformating of your
'cabal' file done by the pretty printer of the 'Cabal' library.
To reformat your 'cabal' file without changing any bounds you can call 'cabal-bounds' with the name of
a section that isn't present in the 'cabal' file:
> $ cabal-bounds drop --executable=blub myproject.cabal
|
-r0 (cabal-bounds-0.8-r0) |
2014-08-10T13:50:13Z |
DanielTrstenjak |
37f9ce13eb52c18858864c881ec359dcc16dfbe8e0de6a088fcbbdc9774466df
|
|
|