packages feed

snap-utils-0.1.0: snap-utils.cabal

name:           snap-utils
version:        0.1.0
synopsis:       Snap Framework utility funtions.
description:    Utilities for Snap Framework apps.
license:        BSD3
author:         Luke Hoersten
maintainer:     Luke Hoersten <luke@hoersten.org>
build-type:     Simple
cabal-version:  >= 1.6
homepage:       https://github.com/LukeHoersten/snap-utils
category:       Web, Snap

data-files:
  resources/alerts.tpl

source-repository head
  type:     git
  location: https://github.com/LukeHoersten/snap-utils

Library
  hs-source-dirs: src

  exposed-modules:
    Snap.Utils
    Snap.Utils.Alert
    Snap.Utils.Environment
    Snap.Utils.ErrorLogger
    Snap.Utils.TargetPage

  build-depends:
    base                      >= 4.4     && < 5,
    bytestring                >= 0.9.1   && < 0.11,
    MonadCatchIO-transformers >= 0.2.1   && < 0.4,
    mtl                       >= 2       && < 3,
    xmlhtml                   >= 0.1     && < 0.3,
    snap                      >= 0.13    && < 0.14,
    snap-core                 >= 0.9     && < 0.11,
    heist                     >= 0.13    && < 0.14,
    http-types                >= 0.6     && < 0.9,
    text                      >= 0.11    && < 0.12


  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
               -fno-warn-orphans -fno-warn-unused-do-bind