blob: 88d3e2a31bb057b65e4b2c5c15487a5968719c6f (
plain) (
tree)
|
|
-- |
-- 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
|