diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 11:57:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 11:57:46 -0400 |
commit | ddeb07578cf496bb8a390965eee7e4fe6e81cbc4 (patch) | |
tree | bc55e4423ada6dc1d44ca4cede4ab178aaffb6e2 /Build/Configure.hs | |
parent | 5f516ac44fb8b141172e4deba5ff800247ee8616 (diff) |
argle
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r-- | Build/Configure.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs index 34df7337e..ae51e2f9e 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -1,5 +1,7 @@ {- Checks system configuration and generates SysConfig.hs. -} +module Build.Configure where + import System.Directory import Data.List import System.Process |