packages feed

eros-0.3.0.0: src/library/Text/Eros.hs

-- |
-- Module       : Text.Eros
-- Description  : Capstone Module for eros
-- Copyright    : 2014, Peter Harpending.
-- License      : BSD3
-- Maintainer   : Peter Harpending <pharpend2@gmail.com>
-- Stability    : experimental
-- Portability  : archlinux
--
-- This module serves as a bit of a capstone to the whole eros
-- library. The idea being you can just import this module, and get
-- all the functionality from all the rest of eros.

module Text.Eros (module Text.Eros) where

import Text.Eros.Message    as Text.Eros
import Text.Eros.Phrase     as Text.Eros
import Text.Eros.Phraselist as Text.Eros