Skip to content

Commit 854faf3

Browse files
committed
bumped version to 7.9.1
1 parent 59864dd commit 854faf3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

happstack-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: happstack-server
2-
Version: 7.9.0
2+
Version: 7.9.1
33
Synopsis: Web related tools and services.
44
Description: Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html>
55
License: BSD3

src/Happstack/Server/Internal/Types.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ data Conf = Conf
117117
, validator :: Maybe (Response -> IO Response) -- ^ a function to validate the output on-the-fly
118118
, logAccess :: forall t. FormatTime t => Maybe (LogAccess t) -- ^ function to log access requests (see also: 'logMAccess')
119119
, timeout :: Int -- ^ number of seconds to wait before killing an inactive thread
120-
, threadGroup :: Maybe TG.ThreadGroup -- ^ ThreadGroup for registering spawned threads for handling requests
120+
, threadGroup :: Maybe TG.ThreadGroup -- ^ ThreadGroup for registering spawned threads for handling requests.
121121
}
122122

123123
-- | Default configuration contains no validator and the port is set to 8000

0 commit comments

Comments
 (0)