diff options
Diffstat (limited to '')
-rw-r--r-- | apps/SetEnv.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SetEnv.hs b/apps/SetEnv.hs index 812975b..293b062 100644 --- a/apps/SetEnv.hs +++ b/apps/SetEnv.hs @@ -12,8 +12,8 @@ import qualified Environment data Options = Options { optGlobal :: Bool - , optName :: String - , optValue :: String + , optName :: String + , optValue :: String } deriving (Eq, Show) options :: Parser Options |