diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 23:55:59 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 23:55:59 -0400 |
| commit | 8621fa6e9983a39c07a9677eac324ebcee79b549 (patch) | |
| tree | af60e05e58dc49d2f73d326f8ed1fb51d74f3704 /Propellor.hs | |
| parent | 8f2ac23b41c6bbc24c658831a6a988c0d23a9f7d (diff) | |
more prep for hackage
Diffstat (limited to 'Propellor.hs')
| -rw-r--r-- | Propellor.hs | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Propellor.hs b/Propellor.hs new file mode 100644 index 00000000..5ee2f860 --- /dev/null +++ b/Propellor.hs @@ -0,0 +1,25 @@ +-- | Pulls in lots of useful modules for building Properties. + +module Propellor (module X) where + +import Propellor.Types as X +import Propellor.Property as X +import Propellor.Property.Cmd as X +import Propellor.PrivData as X + +import Utility.PartialPrelude as X +import Utility.Process as X +import Utility.Exception as X +import Utility.Env as X +import Utility.Directory as X +import Utility.Tmp as X +import Utility.Monad as X +import Utility.Misc as X + +import System.Directory as X +import System.IO as X +import System.FilePath as X +import Data.Maybe as X +import Data.Either as X +import Control.Applicative as X +import Control.Monad as X |
