autoexporter-2.0.0.2: Automatically re-export modules.
Safe HaskellSafe-Inferred
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