packages feed

trasa-extra-0.1.0.0: trasa-extra.cabal

cabal-version: 2.0
-- Initial package description 'trasa-extra.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/

name: trasa-extra
version: 0.1.0.0
homepage: https://github.com/goolord/trasa-extra
synopsis: Extra functions for trasa
description: Boilerplate code for use with the trasa web framework
-- description:
-- bug-reports:
license: BSD3
license-file: LICENSE
author: goolord
maintainer: Zachary Churchill <zacharyachurchill@gmail.com>
-- copyright:
category: Web
build-type: Simple
extra-source-files: CHANGELOG.md

library
  exposed-modules: 
    Trasa.Extra
  -- other-modules:
  -- other-extensions:
  build-depends: 
      base >=4.10.0.0 && <5
    , aeson            >= 1.4.4 && < 1.6
    , bytestring       >= 0.10.8 && < 0.12
    , containers       >= 0.6.0 && < 0.8
    , text             >= 1.2.3 && < 1.5
    , case-insensitive >= 1.2.1 && < 1.5
    , cookie           >= 0.4.4 && < 0.6
    , http-types       >= 0.12.3 && < 0.15
    , mtl              >= 2.2.2 && < 2.4
    , path-pieces      >= 0.2.1 && < 0.4
    , quantification   >= 0.5.0 && < 0.7
    , trasa            >= 0.4 && < 0.8
    , trasa-server     >= 0.5 && < 0.8
  hs-source-dirs: src
  default-language: Haskell2010

source-repository head
  type:     git
  location: https://github.com/goolord/trasa-extra