summaryrefslogtreecommitdiffhomepage
path: root/HTTP/Server.hs
diff options
context:
space:
mode:
Diffstat (limited to 'HTTP/Server.hs')
-rw-r--r--HTTP/Server.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/HTTP/Server.hs b/HTTP/Server.hs
index 5df3d06..a6b0f2d 100644
--- a/HTTP/Server.hs
+++ b/HTTP/Server.hs
@@ -1,9 +1,11 @@
+{-# LANGUAGE OverloadedStrings #-}
+
{- Copyright 2016 Joey Hess <id@joeyh.name>
-
- Licensed under the GNU AGPL version 3 or higher.
-}
-module HTTP.Server where
+module HTTP.Server (runServer) where
import HTTP
import Types