aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/WindowsEnv.hs
blob: e30650724cd837c8b0921b4eb0919d6cd0ba1502 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- |
-- Description : The convinience module to re-export public definitions
-- Copyright   : (c) 2015 Egor Tensin <Egor.Tensin@gmail.com>
-- License     : MIT
-- Maintainer  : Egor.Tensin@gmail.com
-- Stability   : experimental
-- Portability : Windows-only
--
-- An empty module to re-export everything required by the packaged
-- applications.

module WindowsEnv (
    module WindowsEnv.Environment
    ) where

import WindowsEnv.Environment