packages feed

Cabal revisions of rest-happstack-0.2.10.3

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

revision 1
-name:                rest-happstack-version:             0.2.10.3-description:         Rest driver for Happstack.-synopsis:            Rest driver for Happstack.-maintainer:          code@silk.co-category:            Web-build-type:          Simple-cabal-version:       >= 1.8-license:             BSD3-license-file:        LICENSE--extra-source-files:-  CHANGELOG.md-  LICENSE--source-repository head-  type:              git-  location:          https://github.com/silkapp/rest.git--library-  ghc-options:       -Wall-  hs-source-dirs:    src-  exposed-modules:-    Rest.Driver.Happstack-    Rest.Driver.Happstack.Docs-  build-depends:-      base == 4.*-    , containers >= 0.4 && < 0.6-    , happstack-server >= 7.0.5 && < 7.4-    , mtl >= 2.0 && < 2.3-    , rest-core >= 0.31 && < 0.34-    , rest-gen >= 0.14 && < 0.17-    , utf8-string == 0.3.*+name:                rest-happstack
+version:             0.2.10.3
+x-revision: 1
+description:         Rest driver for Happstack.
+synopsis:            Rest driver for Happstack.
+maintainer:          code@silk.co
+category:            Web
+build-type:          Simple
+cabal-version:       >= 1.8
+license:             BSD3
+license-file:        LICENSE
+
+extra-source-files:
+  CHANGELOG.md
+  LICENSE
+
+source-repository head
+  type:              git
+  location:          https://github.com/silkapp/rest.git
+
+library
+  ghc-options:       -Wall
+  hs-source-dirs:    src
+  exposed-modules:
+    Rest.Driver.Happstack
+    Rest.Driver.Happstack.Docs
+  build-depends:
+      base >= 4.6 && < 4.9
+    , containers >= 0.4 && < 0.6
+    , happstack-server >= 7.0.5 && < 7.4
+    , mtl >= 2.0 && < 2.3
+    , rest-core >= 0.31 && < 0.34
+    , rest-gen >= 0.14 && < 0.17
+    , utf8-string == 0.3.*