packages feed

wreq-patchable-1.0.0.0: httpbin/HttpBin.hs

module Main (main) where

import HttpBin.Server (serve)
import Snap.Http.Server.Config (commandLineConfig)

main :: IO ()
main = serve commandLineConfig