{-# LANGUAGE Haskell2010 #-}

{-|
Module      : Text.Forger
Description : Library for generating fake placeholder data
Copyright   : (c) 2015, Stefan Fischer
License     : BSD3
Maintainer  : Stefan Fischer <sfischer13@ymail.com>
Stability   : experimental

"Text.Forger" is a library for generating fake placeholder data.
This module is the only one you need to import.

The code is maintained at <https://github.com/sfischer13/haskell-forger GitHub>.
-}
module Text.Forger where