name: iterm-show-JuicyPixels
version: 0.1.0.0
synopsis: Orphan Show instances for JuciyPixels image types.
description:
This package provides Show instances for graphical types in JuicyPixels.
This allows them to be shown in a terminal that is supported by the
iterm-show library. Especially handy when used in GHCi.
license: BSD3
license-file: LICENSE
author: Luke Clifton
maintainer: lukec@themk.net
homepage: https://github.com/luke-clifton/iterm-show-JuicyPixels
copyright: (c) 2018 Luke Clifton
category: Development
build-type: Simple
extra-source-files: ChangeLog.md, README.md, doc/*.png
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/luke-clifton/iterm-show-JuicyPixels
library
exposed-modules: ITermShow.JuicyPixels
build-depends: base >=4.9 && <4.13, iterm-show, JuicyPixels
hs-source-dirs: src
default-language: Haskell2010