png-file 0.0.1.2 → 0.0.1.3
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- png-file.cabal +2/−2
- src/File/Binary/PNG.hs +1/−1
png-file.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.8 name: png-file-version: 0.0.1.2+version: 0.0.1.3 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -24,7 +24,7 @@ source-repository this type: git location: git://github.com/YoshikuniJujo/png-file.git- tag: 0.0.1.2+ tag: 0.0.1.3 library hs-source-dirs: src
src/File/Binary/PNG.hs view
@@ -5,7 +5,7 @@ mkChunks, ihdr, IHDR(..), plte,- body,+ body, IDAT(..), others, ICCP(..),