diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 07:42:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-25 07:42:13 +0300 |
commit | bcf2af9178a73d02970b2224605cec0ae53a74bd (patch) | |
tree | cc6cd5f3a014c35be4fa47251982a2529ffb94b7 | |
parent | Haddock update (diff) | |
download | windows-env-bcf2af9178a73d02970b2224605cec0ae53a74bd.tar.gz windows-env-bcf2af9178a73d02970b2224605cec0ae53a74bd.zip |
update package description
-rw-r--r-- | windows-env.cabal | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/windows-env.cabal b/windows-env.cabal index 145929c..1f7ee5c 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -1,7 +1,14 @@ name: windows-env version: 0.1.0.0 synopsis: Manage Windows environment variables -description: Please see README.md +description: + The only value this package currently provides is the bundled applications. + The library currently lacks documentation, and hence is more or less + unusable. + . + See the list of applications and their descriptions in README.md. + Alternatively, visit the homepage at + <https://github.com/egor-tensin/windows-env>. homepage: https://github.com/egor-tensin/windows-env license: MIT license-file: LICENSE.txt |