packages feed

scotty-cookie-0.1.0.3: scotty-cookie.cabal

name:                scotty-cookie
version:             0.1.0.3
synopsis:            Cookie management helper functions for Scotty framework
description:         Cookie management helper functions for Scotty framework
homepage:            https://bitbucket.org/wniare/scotty-cookie
license:             BSD3
license-file:        LICENSE
author:              Mārtiņš Mačs
maintainer:          macs.martins@gmail.com
category:            Web
build-type:          Simple
cabal-version:       >=1.10

library
  exposed-modules:     Web.Scotty.Cookie
  hs-source-dirs:      src
  GHC-options:         -Wall -fwarn-tabs
  default-language:    Haskell2010

  build-depends:       base             ==4.*
                     , bytestring       >=0.10
                     , containers       >=0.4
                     , transformers     >=0.4
                     , text             >=0.11
                     , time             >=0.4
                     , blaze-builder    >=0.3
                     , scotty           >=0.7
                     , cookie           >=0.3

source-repository head
  Type: git
  Location: https://bitbucket.org/wniare/scotty-cookie