packages feed

Cabal revisions of servant-scotty-0.1.1

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

revision 1
-name:                servant-scotty-version:             0.1.1-synopsis:            Generate a web service for servant 'Resource's using scotty and JSON-description:         Generate a web service for servant 'Resource's using scotty and JSON-homepage:            http://github.com/zalora/servant-license:             BSD3-license-file:        LICENSE-author:              Alp Mestanogullari-maintainer:          alp@zalora.com-copyright:           2014 Zalora SEA-category:            Web-build-type:          Simple-cabal-version:       >=1.10--library-  exposed-modules:-      Servant.Scotty-    , Servant.Scotty.Arguments-    , Servant.Scotty.Op-    , Servant.Scotty.Prelude-    , Servant.Scotty.Response-  build-depends:-      base >=4 && <5-    , http-types >= 0.8-    , servant >= 0.1-    , servant-response >= 0.1-    , scotty >= 0.8-    , text >= 0.11-    , transformers >= 0.3-    , aeson >= 0.7-  hs-source-dirs:      src-  default-language:    Haskell2010-  ghc-options:         -Wall+name:                servant-scotty
+version:             0.1.1
+x-revision: 1
+synopsis:            Generate a web service for servant 'Resource's using scotty and JSON
+description:         Generate a web service for servant 'Resource's using scotty and JSON
+homepage:            http://github.com/zalora/servant
+license:             BSD3
+license-file:        LICENSE
+author:              Alp Mestanogullari
+maintainer:          alp@zalora.com
+copyright:           2014 Zalora SEA
+category:            Web
+build-type:          Simple
+cabal-version:       >=1.10
+
+library
+  exposed-modules:
+      Servant.Scotty
+    , Servant.Scotty.Arguments
+    , Servant.Scotty.Op
+    , Servant.Scotty.Prelude
+    , Servant.Scotty.Response
+  build-depends:
+      base >=4 && <5
+    , http-types >= 0.8
+    , servant == 0.1.*
+    , servant-response >= 0.1
+    , scotty >= 0.8
+    , text >= 0.11
+    , transformers >= 0.3
+    , aeson >= 0.7
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  ghc-options:         -Wall