packages feed

png-file-0.0.1.2: png-file.cabal

build-type:	Simple
cabal-version:	>= 1.8

name:		png-file
version:	0.0.1.2
stability:	Experimental
author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp>
maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
homepage:	https://skami.iocikun.jp/haskell/packages/png-file

license:	BSD3
license-file:	LICENSE

category:	File
synopsis:	read/write png file
description:

    It's just alpha version now.

source-repository	head
    type:	git
    location:	git://github.com/YoshikuniJujo/png-file.git

source-repository	this
    type:	git
    location:	git://github.com/YoshikuniJujo/png-file.git
    tag:	0.0.1.2

library
    hs-source-dirs:	src
    exposed-modules:	File.Binary.PNG
    other-modules:
        File.Binary.PNG.Data,
        File.Binary.PNG.Chunks,
        File.Binary.PNG.Chunks.CRC,
        File.Binary.PNG.Chunks.Each,
        File.Binary.PNG.DataChunks
        Language.Haskell.TH.Tools
    build-depends:
        base > 3 && < 5, binary-file, bytestring, zlib, array,
        template-haskell, monads-tf
    ghc-options:	-Wall