From 727dee32769d899618e8c578dac459bbcced57ca Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2017 05:47:20 +0300 Subject: add Portability to module descriptions --- apps/AddPath.hs | 1 + apps/ListPaths.hs | 1 + apps/Prompt.hs | 1 + apps/PromptMessage.hs | 1 + apps/RemovePath.hs | 1 + apps/SetEnv.hs | 1 + apps/UnsetEnv.hs | 1 + 7 files changed, 7 insertions(+) (limited to 'apps') diff --git a/apps/AddPath.hs b/apps/AddPath.hs index 571012d..0e4356b 100644 --- a/apps/AddPath.hs +++ b/apps/AddPath.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only module Main (main) where diff --git a/apps/ListPaths.hs b/apps/ListPaths.hs index dee24d3..79f82c2 100644 --- a/apps/ListPaths.hs +++ b/apps/ListPaths.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only module Main (main) where diff --git a/apps/Prompt.hs b/apps/Prompt.hs index 12a967f..404c582 100644 --- a/apps/Prompt.hs +++ b/apps/Prompt.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : portable module Prompt ( withPrompt diff --git a/apps/PromptMessage.hs b/apps/PromptMessage.hs index 2bee0a5..db83443 100644 --- a/apps/PromptMessage.hs +++ b/apps/PromptMessage.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : portable module PromptMessage ( oldNewMessage diff --git a/apps/RemovePath.hs b/apps/RemovePath.hs index 55e03f1..c06df55 100644 --- a/apps/RemovePath.hs +++ b/apps/RemovePath.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only module Main (main) where diff --git a/apps/SetEnv.hs b/apps/SetEnv.hs index 7347cbf..83aa0b4 100644 --- a/apps/SetEnv.hs +++ b/apps/SetEnv.hs @@ -3,6 +3,7 @@ -- License : MIT -- Maintainer : Egor.Tensin@gmail.com -- Stability : experimental +-- Portability : Windows-only module Main (main) where 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 -- cgit v1.2.3