Add ReaderT import
This commit is contained in:
parent
5620d2d781
commit
9d06e42525
1 changed files with 5 additions and 4 deletions
|
@ -8,6 +8,7 @@
|
||||||
module Main (main, api, getLink, routesLinks, cliGet) where
|
module Main (main, api, getLink, routesLinks, cliGet) where
|
||||||
|
|
||||||
import Control.Exception (throwIO)
|
import Control.Exception (throwIO)
|
||||||
|
import Control.Monad.Trans.Reader (ReaderT, runReaderT)
|
||||||
import Data.Proxy (Proxy (..))
|
import Data.Proxy (Proxy (..))
|
||||||
import Network.Wai.Handler.Warp (run)
|
import Network.Wai.Handler.Warp (run)
|
||||||
import System.Environment (getArgs)
|
import System.Environment (getArgs)
|
||||||
|
|
Loading…
Reference in a new issue