packages feed

Cabal revisions of wai-transformers-0.0.3

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

revision 1
-Name:                   wai-transformers-Version:                0.0.3-Author:                 Athan Clark <athan.clark@gmail.com>-Maintainer:             Athan Clark <athan.clark@gmail.com>-License:                BSD3-License-File:           LICENSE-Synopsis:               Simple parameterization of Wai's Application type--- Description:-Cabal-Version:          >= 1.10-Build-Type:             Simple-Category:               Web--Library-  Default-Language:     Haskell2010-  HS-Source-Dirs:       src-  GHC-Options:          -Wall-  Exposed-Modules:      Network.Wai.Trans-  Build-Depends:        base >= 4.6 && < 5-                      , wai-                      , transformers--Source-Repository head-  Type:                 git-  Location:             https://github.com/athanclark/wai-transformers.git+Name:                   wai-transformers
+Version:                0.0.3
+x-revision: 1
+Author:                 Athan Clark <athan.clark@gmail.com>
+Maintainer:             Athan Clark <athan.clark@gmail.com>
+License:                BSD3
+License-File:           LICENSE
+Synopsis:               Simple parameterization of Wai's Application type
+Description:            Please see the <http://athanclark.github.io/posts/2015-10-24-wai-transformers-tut.html tutorial> for more details.
+Cabal-Version:          >= 1.10
+Build-Type:             Simple
+Category:               Web
+
+Library
+  Default-Language:     Haskell2010
+  HS-Source-Dirs:       src
+  GHC-Options:          -Wall
+  Exposed-Modules:      Network.Wai.Trans
+  Build-Depends:        base >= 4.6 && < 5
+                      , wai
+                      , transformers
+
+Source-Repository head
+  Type:                 git
+  Location:             https://github.com/athanclark/wai-transformers.git