name: stb-image-redux version: 0.1.0.1 x-revision: 1 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: Please see README.md for more information. category: Graphics author: Alexis Williams extra-source-files: test/jellybeans.tga 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.7 && <5, 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 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.1.0.1 && <0.2, vector >=0.11.0.0 && <0.12, hspec >=2.2.3 && <2.3, QuickCheck >=2.8.2 && <2.9 default-language: Haskell2010 hs-source-dirs: test other-modules: Data.STBImageSpec ghc-options: -threaded -rtsopts -with-rtsopts=-N