diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-17 14:59:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-17 14:59:09 +0300 |
commit | 9d7a2cba7dd54e914d3708466e595d59d63fa1a3 (patch) | |
tree | 6d355aa8040962f3675f9cc53ab88be5ae92198a /windows-env.cabal | |
parent | bugfix (diff) | |
download | windows-env-9d7a2cba7dd54e914d3708466e595d59d63fa1a3.tar.gz windows-env-9d7a2cba7dd54e914d3708466e595d59d63fa1a3.zip |
rename the project (+ get rid of leftover dirs)
Diffstat (limited to '')
-rw-r--r-- | windows-env.cabal (renamed from wintmp.cabal) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/wintmp.cabal b/windows-env.cabal index a8a8437..ec9bca8 100644 --- a/wintmp.cabal +++ b/windows-env.cabal @@ -1,8 +1,8 @@ -name: wintmp +name: windows-env version: 0.1.0.0 -synopsis: Windows "tmp" directory +synopsis: Windows environment variables description: Please see README.md -homepage: https://github.com/egor-tensin/wintmp +homepage: https://github.com/egor-tensin/windows-env license: MIT license-file: LICENSE.txt author: Egor Tensin @@ -26,7 +26,7 @@ executable add_path ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative - , wintmp + , windows-env default-language: Haskell2010 executable fix_nt_symbol_path @@ -34,7 +34,7 @@ executable fix_nt_symbol_path main-is: FixNtSymbolPath.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base, directory, filepath - , wintmp + , windows-env default-language: Haskell2010 executable list_path @@ -43,7 +43,7 @@ executable list_path ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base, directory , optparse-applicative - , wintmp + , windows-env default-language: Haskell2010 executable remove_path @@ -52,7 +52,7 @@ executable remove_path ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative - , wintmp + , windows-env default-language: Haskell2010 executable set_env @@ -61,7 +61,7 @@ executable set_env ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative - , wintmp + , windows-env default-language: Haskell2010 executable unset_env @@ -70,9 +70,9 @@ executable unset_env ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base , optparse-applicative - , wintmp + , windows-env default-language: Haskell2010 source-repository head type: git - location: https://github.com/egor-tensin/wintmp + location: https://github.com/egor-tensin/windows-env |