From d7164e6b600485db685a7f12fe008340cbdd8347 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2017 07:47:37 +0300 Subject: add README to the package --- windows-env.cabal | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/windows-env.cabal b/windows-env.cabal index 1f7ee5c..0ea4b5a 100644 --- a/windows-env.cabal +++ b/windows-env.cabal @@ -1,6 +1,6 @@ -name: windows-env -version: 0.1.0.0 -synopsis: Manage Windows environment variables +name: windows-env +version: 0.1.0.0 +synopsis: Manage Windows environment variables description: The only value this package currently provides is the bundled applications. The library currently lacks documentation, and hence is more or less @@ -9,16 +9,16 @@ description: See the list of applications and their descriptions in README.md. Alternatively, visit the homepage at . -homepage: https://github.com/egor-tensin/windows-env -license: MIT -license-file: LICENSE.txt -author: Egor Tensin -maintainer: Egor.Tensin@gmail.com -copyright: (c) 2015 Egor Tensin -category: System -build-type: Simple --- extra-source-files: -cabal-version: >=1.10 +homepage: https://github.com/egor-tensin/windows-env +license: MIT +license-file: LICENSE.txt +author: Egor Tensin +maintainer: Egor.Tensin@gmail.com +copyright: (c) 2015 Egor Tensin +category: System +build-type: Simple +extra-source-files: README.md +cabal-version: >=1.10 library hs-source-dirs: src -- cgit v1.2.3