autoexporter-1.1.9: Automatically re-export modules.

Safe HaskellNone
LanguageHaskell2010

Autoexporter

Description

This package isn't really meant to be used as a library. It's typically used as a GHC preprocessor, like so:

{-# OPTIONS_GHC -F -pgmF autoexporter #-}

For more information, please see the README on GitHub: https://github.com/tfausak/autoexporter#readme.

Documentation

mainWithArgs :: [String] -> IO () #

autoexport :: ExportScope -> String -> FilePath -> FilePath -> IO () #

findFiles :: ExportScope -> FilePath -> IO [FilePath] #

takeWhileEnd :: (a -> Bool) -> [a] -> [a] #