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 (darcs-scripts-0.1-r1) |
2015-04-08T13:55:02Z |
HenningThielemann |
35e1f6bc1fe9bad27cc79509cf011101351b99c10d1c0cc7a1d93b4aa6b69d61
|
|
Changed description
from This is a collection of Bash shell scripts
for support of development using the revision control system Darcs.
The scripts are installed in your @cabal/share@ directory,
thus you may extend your command search path accordingly.
Within a Darcs working copy you may run:
* @editor `darcs-list-modified`@:
Open an editor with all files that are modified
with respect to the current local repository state.
* @darcs-replace-rec OLD NEW dirOrFileA dirOrFileB@:
Replace @OLD@ by @NEW@ in all files in @dirOrFileA@ and so on,
that contain @OLD@.
This calls @darcs replace@, that is,
the replacements are managed by Darcs as such.
* @darcs-mv-hs src\/Data\/Special.hs src\/Control\/Extra.hs@:
Move the file @src\/Data\/Special.hs@ to @src\/Control\/Extra.hs@
and replace the according module name
@Data.Special@ by @Control.Extra@
in all modules in directory @src@ and in the cabal file.
The first component must be a directory for source files.
If you do not have a source directory, you may use @.@,
but then files in @_darcs@ are also addressed,
and Darcs will warn you.
Nested source directories are not supported.
* @darcs-conv-latin-to-utf8 dirOrFile ...@:
Convert all files from Latin encoding to UTF8 encoding.
You may easily adapt the script in order
to convert between other encodings.
Instead of using non-ASCII encodings
you may replace non-ASCII symbols by Haskell string escape codes.
* @darcs-replace-finitemap@:
Convert old programs from use of @FiniteMap@ to @containers:Data.Map@.
* @darcs-mv-m3@ and @darcs-mv-mg@ are for Modula-3 development.
They rename both interface and implementation file of a module
and replace module names accordingly.
to This is a collection of Bash shell scripts
for support of development using the revision control system Darcs.
The scripts are installed in your @cabal/share@ directory,
thus you may extend your command search path accordingly.
Within a Darcs working copy you may run:
* @editor \`darcs-list-modified\`@:
Open an editor with all files that are modified
with respect to the current local repository state.
* @darcs-replace-rec OLD NEW dirOrFileA dirOrFileB@:
Replace @OLD@ by @NEW@ in all files in @dirOrFileA@ and so on,
that contain @OLD@.
This calls @darcs replace@, that is,
the replacements are managed by Darcs as such.
* @darcs-mv-hs src\/Data\/Special.hs src\/Control\/Extra.hs@:
Move the file @src\/Data\/Special.hs@ to @src\/Control\/Extra.hs@
and replace the according module name
@Data.Special@ by @Control.Extra@
in all modules in directory @src@ and in the cabal file.
The first component must be a directory for source files.
If you do not have a source directory, you may use @.@,
but then files in @_darcs@ are also addressed,
and Darcs will warn you.
Nested source directories are not supported.
* @darcs-conv-latin-to-utf8 dirOrFile ...@:
Convert all files from Latin encoding to UTF8 encoding.
You may easily adapt the script in order
to convert between other encodings.
Instead of using non-ASCII encodings
you may replace non-ASCII symbols by Haskell string escape codes.
* @darcs-replace-finitemap@:
Convert old programs from use of @FiniteMap@ to @containers:Data.Map@.
* @darcs-mv-m3@ and @darcs-mv-mg@ are for Modula-3 development.
They rename both interface and implementation file of a module
and replace module names accordingly.
|
-r0 (darcs-scripts-0.1-r0) |
2012-02-10T11:15:36Z |
HenningThielemann |
877c22c395f381080a9133e9773dd5fdec952c1a5078601a6929bc30fbba0942
|
|
|