Cabal revisions of webcrank-dispatch-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: webcrank-dispatch-version: 0.1-license: BSD3-license-file: LICENSE-author: Richard Wallace <rwallace@thewallacepack.net>-maintainer: Richard Wallace <rwallace@thewallacepack.net>-copyright: (c) 2015 Richard Wallace-synopsis: A simple request dispatcher.-category: Web-homepage: https://github.com/webcrank/webcrank-dispatch.hs-bug-reports: https://github.com/webcrank/webcrank-dispatch.hs/issues-build-type: Simple-cabal-version: >= 1.8-description: A simple request dispatcher.--extra-source-files:- .ghci- .gitignore- .travis.yml- examples/LICENSE- examples/webcrank-dispatch-examples.cabal- examples/*.hs- HLint.hs- LICENSE- README.md--source-repository head- type: git- location: https://github.com/webcrank/webcrank-dispatch.hs.git--library- hs-source-dirs: src-- exposed-modules: Webcrank.Dispatch-- build-depends: base >= 4.6 && < 5- , bytestring >= 0.10- , mtl >= 2.0- , path-pieces >= 0.1- , reroute >= 0.1- , text >= 0.11- , unordered-containers >= 0.2-- ghc-options: -Wall-+name: webcrank-dispatch +version: 0.1 +x-revision: 1 +license: BSD3 +license-file: LICENSE +author: Richard Wallace <rwallace@thewallacepack.net> +maintainer: Richard Wallace <rwallace@thewallacepack.net> +copyright: (c) 2015 Richard Wallace +synopsis: A simple request dispatcher. +category: Web +homepage: https://github.com/webcrank/webcrank-dispatch.hs +bug-reports: https://github.com/webcrank/webcrank-dispatch.hs/issues +build-type: Simple +cabal-version: >= 1.8 +description: A simple request dispatcher. + +extra-source-files: + .ghci + .gitignore + .travis.yml + examples/LICENSE + examples/webcrank-dispatch-examples.cabal + examples/*.hs + HLint.hs + LICENSE + README.md + +source-repository head + type: git + location: https://github.com/webcrank/webcrank-dispatch.hs.git + +library + hs-source-dirs: src + + exposed-modules: Webcrank.Dispatch + + build-depends: base >= 4.6 && < 5 + , bytestring >= 0.10 + , mtl >= 2.0 + , path-pieces >= 0.1 + , reroute >= 0.1 && <0.3 + , text >= 0.11 + , unordered-containers >= 0.2 + + ghc-options: -Wall +