From 7ed6961a0e0ef713c136a9d36f86bc7e31414dc5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 20 Aug 2016 17:59:14 -0400 Subject: http client, and --server --- HTTP/Server.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'HTTP/Server.hs') 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 - - Licensed under the GNU AGPL version 3 or higher. -} -module HTTP.Server where +module HTTP.Server (runServer) where import HTTP import Types -- cgit v1.2.3