diff options
author | Joey Hess <joey@kitenet.net> | 2014-10-15 20:03:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-10-15 20:03:29 -0400 |
commit | 10ff3282ee60cc41ad9d9ac71a99eea7053cebaa (patch) | |
tree | ccfa4a7b2b5b9f39aeeae5e88bde43325c3de91c | |
parent | 9a4c5746c2df53f9c385b62a051772f8dd91b1a9 (diff) |
discovered how to setenv on windows
-rw-r--r-- | doc/todo/windows_support.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/windows_support.mdwn b/doc/todo/windows_support.mdwn index a48fcbc4e..7e8ff4476 100644 --- a/doc/todo/windows_support.mdwn +++ b/doc/todo/windows_support.mdwn @@ -19,6 +19,10 @@ usable! * Deleting a git repository from inside the webapp fails "RemoveDirectory permision denied ... file is being used by another process" +* There are a lot of hacks to avoid setting environment on windows, + because I didn't know about <https://hackage.haskell.org/package/setenv>. + Those hacks should be removed! + ## potential encoding problems [[bugs/Unicode_file_names_ignored_on_Windows]] is fixed, but some potential |