Skip to content

Commit

Permalink
haddock
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Dec 16, 2023
1 parent aed6dfe commit 63b5c4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Web/Scotty.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
--
-- Please refer to the @examples@ directory and the @spec@ test suite for concrete use cases, e.g. constructing responses, exception handling and useful implementation details.
module Web.Scotty
( -- * running 'scotty' servers
( -- * Running 'scotty' servers
scotty
, scottyOpts
, scottySocket
, Options(..), defaultOptions
-- ** scotty-to-WAI
, scottyApp, scottySocket
, scottyApp
-- * Defining Middleware and Routes
--
-- | 'Middleware' and routes are run in the order in which they
Expand Down
5 changes: 3 additions & 2 deletions Web/Scotty/Trans.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
--
-- Please refer to the @examples@ directory and the @spec@ test suite for concrete use cases, e.g. constructing responses, exception handling and useful implementation details.
module Web.Scotty.Trans
( -- * running 'scotty' servers
( -- * Running 'scotty' servers
scottyT
, scottyOptsT
, scottySocketT
, Options(..), defaultOptions
-- ** scotty-to-WAI
, scottyAppT, scottySocketT
, scottyAppT
-- * Defining Middleware and Routes
--
-- | 'Middleware' and routes are run in the order in which they
Expand Down

0 comments on commit 63b5c4a

Please sign in to comment.