Cabal revisions of reroute-0.3.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: reroute version: 0.3.0.1+x-revision: 1 synopsis: abstract implementation of typed and untyped web routing description: abstraction over how urls with/without parameters are mapped to their corresponding handlers homepage: http://github.com/agrafix/reroute Web.Routing.SafeRouting, Web.Routing.TextRouting build-depends:- base >=4.6 && <5,+ base >=4.6 && <4.11, deepseq >= 1.1.0.2, graph-core >=0.2.1, hashable >=1.2, transformers >=0.3, unordered-containers >=0.2, vector >=0.10,- hvect >=0.1+ hvect >=0.1 && < 0.2 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans