hbs2/hbs2-git/hbs2-git-oracle/lib/HBS2/Git/Oracle/Prelude.hs

13 lines
211 B
Haskell

module HBS2.Git.Oracle.Prelude
( module HBS2.Prelude.Plated
, module Control.Monad.Reader.Class
, module UnliftIO
) where
import HBS2.Prelude.Plated
import Control.Monad.Reader.Class
import UnliftIO