packages feed

Cabal revisions of servant-JuicyPixels-0.3.0.2

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

revision 1
-name:                servant-JuicyPixels-version:             0.3.0.2-homepage:            https://github.com/tvh/servant-JuicyPixels-license:             BSD3-license-file:        LICENSE-author:              Timo von Holtz-maintainer:          tvh@tvholtz.de-category:            Graphics-build-type:          Simple-cabal-version:       >=1.10-synopsis:            Servant support for JuicyPixels-description:         Provides content types for image types supported by JuicyPixels-tested-with:         GHC==7.8.4, GHC==7.10.2--source-repository HEAD-  type: git-  location: https://github.com/tvh/servant-JuicyPixels.git--library-  exposed-modules:     Servant.JuicyPixels-  build-depends:       base >=4.7 && <4.10-                     , bytestring-                     , http-media-                     , JuicyPixels >=3.2.5.3-                     , servant >=0.4 && <0.7-  hs-source-dirs:      lib-  default-language:    Haskell2010--executable image-conversion-  main-is: image-conversion.hs-  hs-source-dirs: examples-  ghc-options: -Wall-  default-language: Haskell2010-  build-depends:       base-                     , JuicyPixels-                     , servant-                     , servant-server-                     , servant-JuicyPixels-                     , warp-                     , wai+name:                servant-JuicyPixels
+version:             0.3.0.2
+x-revision: 1
+homepage:            https://github.com/tvh/servant-JuicyPixels
+license:             BSD3
+license-file:        LICENSE
+author:              Timo von Holtz
+maintainer:          tvh@tvholtz.de
+category:            Graphics
+build-type:          Simple
+cabal-version:       >=1.10
+synopsis:            Servant support for JuicyPixels
+description:         Provides content types for image types supported by JuicyPixels
+tested-with:         GHC==7.8.4, GHC==7.10.2
+
+source-repository HEAD
+  type: git
+  location: https://github.com/tvh/servant-JuicyPixels.git
+
+library
+  exposed-modules:     Servant.JuicyPixels
+  build-depends:       base >=4.7 && <4.10
+                     , bytestring
+                     , http-media
+                     , JuicyPixels >=3.2.5.3
+                     , servant >=0.4
+  hs-source-dirs:      lib
+  default-language:    Haskell2010
+
+executable image-conversion
+  main-is: image-conversion.hs
+  hs-source-dirs: examples
+  ghc-options: -Wall
+  default-language: Haskell2010
+  build-depends:       base
+                     , JuicyPixels
+                     , servant
+                     , servant-server
+                     , servant-JuicyPixels
+                     , warp
+                     , wai