cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: d90bff5706ffa142be2ec870fe0959076a6e0e61deb55a95821921b801b12919 name: cairo-image version: 0.1.0.3 synopsis: Image for Cairo description: Please see the README on GitHub at category: Graphics homepage: https://github.com/YoshikuniJujo/cairo-image#readme bug-reports: https://github.com/YoshikuniJujo/cairo-image/issues author: Yoshikuni Jujo maintainer: yoshikuni.jujo@gmail.com copyright: 2021 Yoshikuni Jujo license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/YoshikuniJujo/cairo-image library exposed-modules: Data.CairoImage Data.CairoImage.Internal System.TargetEndian other-modules: Data.CairoImage.Parts Paths_cairo_image hs-source-dirs: src pkgconfig-depends: cairo build-depends: base >=4.7 && <5 , c-enum >=0.1.1 && <0.2 , primitive >=0.8.0 && <0.10 , template-haskell >=2.18.0 && <2.22 default-language: Haskell2010 test-suite cairo-image-test type: exitcode-stdio-1.0 main-is: spec.hs other-modules: Paths_cairo_image hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , c-enum >=0.1.1 && <0.2 , cairo-image , primitive >=0.8.0 && <0.10 , template-haskell >=2.18.0 && <2.22 default-language: Haskell2010 test-suite test-endian type: exitcode-stdio-1.0 main-is: endian.hs other-modules: Paths_cairo_image hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , c-enum >=0.1.1 && <0.2 , cairo-image , primitive >=0.8.0 && <0.10 , template-haskell >=2.18.0 && <2.22 default-language: Haskell2010