packages feed

Cabal revisions of iterm-show-diagrams-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                iterm-show-diagrams-version:             0.1.0.0-synopsis:            Orphan Show instances for diagrams package that render inline in some terminals-description:-  This package provides orphan Show instances for the QDiagram type from-  the diagrams package. This allows showing images from the GHCi prompt, which-  is really handy for development and experimentation.-homepage:            https://github.com/luke-clifton/iterm-show-diagrams-license:             BSD3-license-file:        LICENSE-author:              Luke Clifton-maintainer:          lukec@themk.net-copyright:           (c) 2018 Luke Clifton-category:            Graphics-build-type:          Simple-extra-source-files:  ChangeLog.md, README.md, doc/*.png-cabal-version:       >=1.10--library-  exposed-modules:     ITermShow.Diagrams-  build-depends:       base >=4.9 && <4.13, diagrams-lib, iterm-show, JuicyPixels, diagrams-rasterific-  hs-source-dirs:      src-  default-language:    Haskell2010+name:                iterm-show-diagrams
+version:             0.1.0.0
+x-revision: 1
+synopsis:            Orphan Show instances for diagrams package that render inline in some terminals
+description:
+  This package provides orphan Show instances for the QDiagram type from
+  the diagrams package. This allows showing images from the GHCi prompt, which
+  is really handy for development and experimentation.
+homepage:            https://github.com/luke-clifton/iterm-show-diagrams
+license:             BSD3
+license-file:        LICENSE
+author:              Luke Clifton
+maintainer:          lukec@themk.net
+copyright:           (c) 2018 Luke Clifton
+category:            Graphics
+build-type:          Simple
+extra-source-files:  ChangeLog.md, README.md, doc/*.png
+cabal-version:       >=1.10
+
+library
+  exposed-modules:     ITermShow.Diagrams
+  build-depends:       base >=4.9 && <5.0, diagrams-lib, iterm-show, JuicyPixels, diagrams-rasterific
+  hs-source-dirs:      src
+  default-language:    Haskell2010