packages feed

marquise-4.0.0: lib/Marquise/IO.hs

-- Data vault for metrics
--
-- Copyright © 2013-2014 Anchor Systems, Pty Ltd and Others
--
-- The code in this file, and the program it is a part of, is
-- made available to you by its authors as open source software:
-- you can redistribute it and/or modify it under the terms of
-- the 3-clause BSD licence.
--

-- | IO interactions for Marquise
module Marquise.IO
where

import Marquise.IO.Contents ()
import Marquise.IO.Reader ()
import Marquise.IO.SpoolFile ()
import Marquise.IO.Writer ()