-- Initial network-wai-router.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: network-wai-router
version: 0.1.1.0
synopsis: A routing library for wai
-- description:
license: MIT
license-file: LICENSE
author: George Rogers
maintainer: grogers385@gmail.com
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Network.Wai.Router
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, wai >=2.1 && <2.2
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall -O2