packages feed

saferoute-0.2.0.0: saferoute.cabal

-- Initial saferoute.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                saferoute
version:             0.2.0.0
synopsis:            A simple type-safe routing library.
description:         
  saferoute is a type-safe routing library for web applications.
license:             BSD3
license-file:        LICENSE
author:              Peter Harpending
maintainer:          Peter Harpending <pharpend2@gmail.com>
copyright:           2014, Peter Harpending
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     
      Web.Saferoute
  -- other-modules:       
  other-extensions:    
  build-depends:
      base       >=4.6 && <4.8
    , blaze-html >=0.7 && <0.8
    , containers >=0.5 && <0.6
    , text       >=1.1 && <1.2
  hs-source-dirs:      src/
  default-language:    Haskell2010
  ghc-options:         -Wall

source-repository head
  type:     git
  location: https://github.com/pharpend/saferoute.git