packages feed

servant-JuicyPixels-0.2.0.0: servant-JuicyPixels.cabal

name:                servant-JuicyPixels
version:             0.2.0.0
homepage:            https://github.com/tvh/servant-JuicyPixels
license:             GPL-3
license-file:        LICENSE
author:              Timo von Holtz
maintainer:          tvh@tvholtz.de
category:            Graphics
build-type:          Simple
cabal-version:       >=1.10
synopsis:            servant-JuicyPixels
description:         servant-JuicyPixels

source-repository HEAD
  type: git
  location: https://github.com/tvh/servant-JuicyPixels.git

library
  exposed-modules:     Servant.JuicyPixels
  build-depends:       base >=4.7 && <4.9
                     , bytestring
                     , http-media
                     , JuicyPixels >=3.2.6
                     , servant >=0.4 && <0.5
  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