-- | This module re-exports anything from @Network.Wreq.Cache.Store@.
--
-- see https://hackage.haskell.org/package/wreq/docs/Network-Wreq-Cache-Store.html
--
module Network.Wreq.StringLess.Cache.Store
    ( module Network.Wreq.Cache.Store ) where

import           Network.Wreq.Cache.Store