-- 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.3.0.1 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: BangPatterns build-depends: base >=4 && <5, wai >=3.0 && <3.1 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -O2