packages feed

restful-snap-0.4.1: restful-snap.cabal

name:                restful-snap
version:             0.4.1
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.8
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

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

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

  ghc-options: -Wall -fwarn-tabs