packages feed

Cabal revisions of scotty-resource-0.2.0.2

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

revision 1
--- Initial scotty-resource.cabal generated by cabal init.  For further --- documentation, see http://haskell.org/cabal/users-guide/--name:                scotty-resource-version:             0.2.0.2-synopsis:            A Better way of modeling web resources.-description:         -                     Allows users of the Scotty web framework to model-                     resources more like the HTTP standard models them.-homepage:            https://github.com/taphu/scotty-resource-license:             Apache-2.0-license-file:        LICENSE-author:              Rick Owens-maintainer:          rick@owenssoftware.com-copyright:           2016 - Rick Owens-category:            Web-build-type:          Simple--- extra-source-files:  -cabal-version:       >=1.10--library-  exposed-modules:     -    Web.Scotty.Resource.Trans-  -- other-modules:       -  other-extensions:    -    OverloadedStrings-  build-depends:-    base         >= 4.8      && < 4.11,-    containers   >= 0.1.0.0  && < 0.6,-    http-types   >= 0.8.2    && < 0.13,-    scotty       >= 0.10     && < 0.12,-    text         >= 0.11.3.1 && < 1.3,-    transformers >= 0.3.0.0  && < 0.6,-    wai          >= 3.0.0    && < 3.3-  hs-source-dirs: src-  default-language: Haskell2010--source-repository head-  type:     git-  location: git://github.com/taphu/scotty-resource.git-+-- Initial scotty-resource.cabal generated by cabal init.  For further 
+-- documentation, see http://haskell.org/cabal/users-guide/
+
+name:                scotty-resource
+version:             0.2.0.2
+x-revision: 1
+synopsis:            [Deprecated] A Better way of modeling web resources.
+description:         
+                     Notice: This package is deprecated because I no longer
+                     maintain it. If you would like to take it over I
+                     am happy to entertain requests.
+
+                     Allows users of the Scotty web framework to model
+                     resources more like the HTTP standard models them.
+homepage:            https://github.com/taphu/scotty-resource
+license:             Apache-2.0
+license-file:        LICENSE
+author:              Rick Owens
+maintainer:          rick@owenssoftware.com
+copyright:           2016 - Rick Owens
+category:            Web
+build-type:          Simple
+-- extra-source-files:  
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     
+    Web.Scotty.Resource.Trans
+  -- other-modules:       
+  other-extensions:    
+    OverloadedStrings
+  build-depends:
+    base         >= 4.8      && < 4.11,
+    containers   >= 0.1.0.0  && < 0.6,
+    http-types   >= 0.8.2    && < 0.13,
+    scotty       >= 0.10     && < 0.12,
+    text         >= 0.11.3.1 && < 1.3,
+    transformers >= 0.3.0.0  && < 0.6,
+    wai          >= 3.0.0    && < 3.3
+  hs-source-dirs: src
+  default-language: Haskell2010
+
+source-repository head
+  type:     git
+  location: git://github.com/taphu/scotty-resource.git
+