name: stb-image-redux version: 0.2.0.0 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2016 Alexis Williams maintainer: sasinestro@gmail.com homepage: https://github.com/sasinestro/stb-image-redux#readme synopsis: Image loading and writing microlibrary description: See . category: Graphics author: Alexis Williams extra-source-files: test/jellybeans.tga test/jellybeans.bmp stb/stb_image.h stb/stb_image_write.h source-repository head type: git location: https://github.com/sasinestro/stb-image-redux library exposed-modules: Data.STBImage build-depends: base >=4.8 && <5, primitive >=0.6.1.0 && <0.7, vector >=0.10.12.3 && <0.12 cc-options: -DSTBI_NO_HDR -DSTBI_NO_LINEAR -DSTBI_FAILURE_USERMSG c-sources: src/stb_image.c src/stb_image_write.c default-language: Haskell2010 include-dirs: stb hs-source-dirs: src other-modules: Data.STBImage.Color Data.STBImage.ColorTypes Data.STBImage.Immutable test-suite stb-image-redux-tests type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4.9.0.0 && <4.10, stb-image-redux >=0.2.0.0 && <0.3, vector >=0.10.12.3 && <0.12, hspec >=2.1.5 && <2.4 default-language: Haskell2010 hs-source-dirs: test other-modules: Data.STBImageSpec ghc-options: -threaded -rtsopts -with-rtsopts=-N