packages feed

Ketchup-0.2.0: Ketchup.cabal

Name:           Ketchup
Version:        0.2.0
Cabal-Version:  >= 1.6
Build-Type:     Simple
License:        MIT
License-File:   LICENSE
Author:         Alessandro Gatti
Maintainer:     zikyky@gmail.com
Homepage:       https://github.com/Hamcha/Ketchup
Category:       Web, Ketchup
Synopsis:       A super small web framework for those who don't like big and fancy codebases

Library
  Exposed-Modules:
    Ketchup.Chunked
    Ketchup.Httpd
    Ketchup.Routing
    Ketchup.Static
    Ketchup.Utils

  Build-Depends:
    base          ==4.*,
    bytestring    >=0.9 && <0.11,
    containers    >=0.2 && <0.6,
    directory      <1.3,
    network        <2.5,
    regex-posix    <1.0

Source-Repository head
  type:       git
  location:   git://github.com/Hamcha/Ketchup.git