wai-devel/app/Main.hs
Njagi Mwaniki 7d63917c1a Added --version argument (Fixed issue 20)
- Changed LICENSE from GPLv3 to MIT to better go with other WAI tools
  - Updated README.md
  - Updated stack files
2015-12-21 19:11:45 +03:00

15 lines
290 B
Haskell

{-|
Module : Main
Description : The main module for the wai-devel executable.
Copyright : (c) 2015 Njagi Mwaniki
License : MIT
Maintainer : njagi@urbanslug.com
Stability : experimental
Portability : POSIX
-}
module Main where
import DevelMain
main :: IO ()
main = develMain