-- Data.Fasta.Text.Lazy module.
-- By G.W. Schwartz
--
{- | Collects all application specific functions and types. Used here for
Text.Lazy
-}

module Data.Fasta.ByteString.Lazy ( module Data.Fasta.ByteString.Lazy.Types
                                  , module Data.Fasta.ByteString.Lazy.Parse
                                  , module Data.Fasta.ByteString.Lazy.Translation ) where

-- Local
import Data.Fasta.ByteString.Lazy.Types
import Data.Fasta.ByteString.Lazy.Parse
import Data.Fasta.ByteString.Lazy.Translation