cabal-version: 1.12 name: brick-image version: 0.1.0.0 license: GPL-3 license-file: LICENSE copyright: GPL-3.0 maintainer: pavan.rikhi@gmail.com author: Pavan Rikhi homepage: https://github.com/prikhi/brick-image#readme bug-reports: https://github.com/prikhi/brick-image/issues synopsis: Show images in your Brick UI with w3mimgdisplay. description: This package provides an `ImageWidget` for displaying real images in a Brick application, using `w3mimgdisplay`. . For more information, please see the Module documentation or the README on at . category: Graphics build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/prikhi/brick-image library exposed-modules: Brick.Widgets.Image W3mImgDisplay hs-source-dirs: src other-modules: Paths_brick_image default-language: Haskell2010 ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5, brick >=0.34.1 && <0.35, conduit >=1.3.0.2 && <1.4, data-default >=0.7.1.1 && <0.8, directory >=1.3.0.2 && <1.4, imagesize-conduit ==1.1.*, lens >=4.16.1 && <4.17, typed-process >=0.2.2.0 && <0.3, vty ==5.20.* executable brick-image-example main-is: Main.hs hs-source-dirs: example other-modules: Paths_brick_image default-language: Haskell2010 ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5, brick >=0.34.1 && <0.35, brick-image -any, directory >=1.3.0.2 && <1.4, lens >=4.16.1 && <4.17, vector >=0.12.0.1 && <0.13, vty ==5.20.* test-suite brick-image-test type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test other-modules: Paths_brick_image default-language: Haskell2010 ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5, brick-image -any