diff options
Diffstat (limited to '')
-rw-r--r-- | apps/UnsetEnv.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/UnsetEnv.hs b/apps/UnsetEnv.hs index b30ce8a..c92de03 100644 --- a/apps/UnsetEnv.hs +++ b/apps/UnsetEnv.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only module Main (main) where |