Skip to content

Commit

Permalink
Expose runWith entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Nov 7, 2024
1 parent 0958014 commit 27529ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dhall-lsp-server/src/Dhall/LSP/Server.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
{-# LANGUAGE RecordWildCards #-}

{-| This is the entry point for the LSP server. -}
module Dhall.LSP.Server(run) where
module Dhall.LSP.Server (
run
, runWith
) where

import Colog.Core (LogAction, WithSeverity)
import Control.Monad.IO.Class (liftIO)
Expand Down

0 comments on commit 27529ca

Please sign in to comment.