packages feed

Cabal revisions of web-routing-0.6.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                web-routing-version:             0.6.2-synopsis:            simple routing library-license:             MIT-license-file:        LICENSE-author:              HirotomoMoriwaki<philopon.dependence@gmail.com>-maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>-Homepage:            https://github.com/philopon/web-routing-Bug-reports:         https://github.com/philopon/web-routing/issues-copyright:           (c) 2015 Hirotomo Moriwaki-category:            Web-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:     Network.Routing-                       Network.Routing.Dict-  other-modules:       Network.Routing.Dict.Internal-  build-depends:       base                 >=4.6  && <4.9-                     , bytestring           >=0.10 && <0.11-                     , text                 >=1.1  && <1.3 -                     , unordered-containers >=0.2  && <0.3-                     , primitive            >=0.5  && <0.7-                     , types-compat         >=0.1  && <0.2-  ghc-options:         -O2 -Wall-  hs-source-dirs:      src-  default-language:    Haskell2010--test-suite doctests-  type:                exitcode-stdio-1.0-  ghc-options:         -threaded-  main-is:             doctest.hs-  hs-source-dirs:      tests-  build-depends:       base-                     , doctest >=0.9 && <0.10-  default-language:    Haskell2010--benchmark benchmarks-  type:                exitcode-stdio-1.0-  main-is:             bench/main.hs-  build-depends:       base-                     , web-routing-                     , criterion-                     , text-  ghc-options:         -O2 -Wall -threaded-  default-language:    Haskell2010+name:                web-routing
+version:             0.6.2
+x-revision: 1
+synopsis:            simple routing library
+license:             MIT
+license-file:        LICENSE
+author:              HirotomoMoriwaki<philopon.dependence@gmail.com>
+maintainer:          HirotomoMoriwaki<philopon.dependence@gmail.com>
+Homepage:            https://github.com/philopon/web-routing
+Bug-reports:         https://github.com/philopon/web-routing/issues
+copyright:           (c) 2015 Hirotomo Moriwaki
+category:            Web
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     Network.Routing
+                       Network.Routing.Dict
+  other-modules:       Network.Routing.Dict.Internal
+  build-depends:       base                 >=4.6  && <4.9
+                     , bytestring           >=0.10 && <0.11
+                     , text                 >=1.1  && <1.3 
+                     , unordered-containers >=0.2  && <0.3
+                     , primitive            >=0.5  && <0.7
+                     , types-compat         >=0.1  && <0.2
+  ghc-options:         -O2 -Wall
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+test-suite doctests
+  type:                exitcode-stdio-1.0
+  ghc-options:         -threaded
+  main-is:             doctest.hs
+  hs-source-dirs:      tests
+  build-depends:       base
+                     , doctest >=0.9 && <0.11
+  default-language:    Haskell2010
+
+benchmark benchmarks
+  type:                exitcode-stdio-1.0
+  main-is:             bench/main.hs
+  build-depends:       base
+                     , web-routing
+                     , criterion
+                     , text
+  ghc-options:         -O2 -Wall -threaded
+  default-language:    Haskell2010
revision 2
 name:                web-routing
 version:             0.6.2
-x-revision: 1
+x-revision: 2
 synopsis:            simple routing library
 license:             MIT
 license-file:        LICENSE
   main-is:             doctest.hs
   hs-source-dirs:      tests
   build-depends:       base
-                     , doctest >=0.9 && <0.11
+                     , doctest >=0.9 && <0.12
   default-language:    Haskell2010
 
 benchmark benchmarks