autoexporter-1.1.7: 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

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

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

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