-- Initial saferoute.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: saferoute version: 0.1.1.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 copyright: 2014, Peter Harpending category: Web build-type: Simple extra-source-files: README.md cabal-version: >=1.10 flag blaze description: Support for blaze-html attribute embedding. default: True library exposed-modules: Web.Saferoute -- other-modules: other-extensions: build-depends: base >=4.7 && <4.8 , containers >=0.5 && <0.6 , text >=1.1 && <1.2 hs-source-dirs: src/ default-language: Haskell2010 ghc-options: -Wall if flag(blaze) exposed-modules: Web.Saferoute.Blaze build-depends: blaze-html >=0.7 && <0.8 source-repository head type: git location: https://github.com/pharpend/saferoute.git