{-# LANGUAGE CPP #-}
#if __GLASGOW_HASKELL__ >= 702
{-# LANGUAGE Trustworthy #-}
#endif
module Hails.Policy ( module Data.Typeable
                 , module Hails.Database
                 , module Hails.Database.MongoDB
                 , module LIO.DCLabel
                 , module LIO.Safe
                 ) where

import Data.Typeable (Typeable(..))
import Hails.Database
import Hails.Database.MongoDB hiding ( Action, map, head, break
                                     , tail, words, key, filter
                                     , dropWhile, split, foldl
                                     , notElem, isInfixOf, singleton)
import LIO.DCLabel
import LIO.Safe