name: friday-juicypixels version: 0.1.2.3 synopsis: Converts between the Friday and JuicyPixels image types description: See homepage: github.com/TomMD/friday-juicypixels license: BSD3 license-file: LICENSE author: Thomas M. DuBuisson maintainer: thomas.dubuisson@gmail.com -- copyright: homepage: https://github.com/TomMD/friday-juicypixels bug-reports: https://github.com/TomMD/friday-juicypixels/issues stability: alpha category: Codec build-type: Simple extra-source-files: README.md, test/rgba8.png cabal-version: >= 1.18 tested-with: GHC==7.8.4, GHC==7.10.2 source-repository head type: git location: git://github.com/TomMD/friday-juicypixels.git library default-language: Haskell2010 exposed-modules: Vision.Image.JuicyPixels -- other-modules: other-extensions: ViewPatterns build-depends: base >= 4.6 && < 4.11 , friday >= 0.2 && < 0.3 , JuicyPixels , vector -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall test-suite test default-language: Haskell2010 type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test ghc-options: -Wall build-depends: base , friday , JuicyPixels , bytestring , file-embed , hspec , friday-juicypixels