packages feed

restful-snap-0.4.2: restful-snap.cabal

name:                restful-snap
version:             0.4.2
description:         A convention-based RESTful routing mechanism for snap
license:             BSD3
license-file:        LICENSE
author:              Ozgun Ataman, Doug Beardsley
maintainer:          ozataman@gmail.com
copyright:           Soostone Inc
category:            Web, Snap
build-type:          Simple
cabal-version:       >=1.10

homepage:            https://github.com/ozataman/restful-snap


extra-source-files:
  changelog.md

source-repository head
  type:     git
  location: https://github.com/ozataman/restful-snap.git

library
  hs-source-dirs: src
  default-language: Haskell2010

  exposed-modules:
    Snap.Restful
    Snap.Restful.TH

  build-depends:
    base               >= 4    && < 5,
    blaze-builder      >= 0.3,
    bytestring         >= 0.8,
    containers         >= 0.4,
    data-default       >= 0.5,
    digestive-functors >= 0.6,
    errors             >= 2.0,
    heist              >= 0.14,
    lens               >= 3.8,
    mtl                >= 2.0,
    old-locale         >= 1.0,
    readable           >= 0.1,
    snap               >= 0.11,
    snap-core          >= 0.9,
    snap-extras        >= 0.11,
    template-haskell   >= 2.4,
    text               >= 0.11,
    time               >= 1.4,
    time-locale-compat,
    xmlhtml            >= 0.2,
    map-syntax

  ghc-options: -Wall -fwarn-tabs