All Downloads are FREE. Search and download functionalities are using the official Maven repository.

haskell-servant.Server.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE TypeOperators #-}

module Main where

import Apis
import Servant
import Servant.Mock
import qualified Network.Wai.Handler.Warp as Warp

main :: IO ()
main = Warp.run 8080 $ serve api (mock api)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy