From 44a7cce93547336293745f3c750b046680195ffe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 25 Jan 2017 07:12:39 +0300 Subject: add a dummy module for re-exports --- src/WindowsEnv.hs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/WindowsEnv.hs (limited to 'src') diff --git a/src/WindowsEnv.hs b/src/WindowsEnv.hs new file mode 100644 index 0000000..e306507 --- /dev/null +++ b/src/WindowsEnv.hs @@ -0,0 +1,16 @@ +-- | +-- Description : The convinience module to re-export public definitions +-- Copyright : (c) 2015 Egor Tensin +-- 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 -- cgit v1.2.3