aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/WindowsEnv.hs
blob: 88d3e2a31bb057b65e4b2c5c15487a5968719c6f (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