packages feed

thumbnail-0.2: thumbnail.cabal

Name:                thumbnail
Version:             0.2
Synopsis:            generate thumbnail image
Description:         generate thumbnail image
Homepage:            https://github.com/cutsea110/thumbnail
License:             BSD3
License-file:        LICENSE
Author:              Katsutoshi Itoh
Maintainer:          cutsea110@gmail.com
Category:            Graphics
Build-type:          Simple
Cabal-version:       >=1.2
Library
  Exposed-modules:   Graphics.Thumbnail
  Build-depends:     base >= 4.0 && < 5.0
                   , gd >= 3000 && < 4000
                   , bytestring >= 0.9 && < 0.10