packages feed

diagrams-braille-0.1.0.2: diagrams-braille.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 96caba720e58cac73984f3fcda9daadf5ea39d885b5711eb94e9e14dd30a1edb

name:           diagrams-braille
version:        0.1.0.2
synopsis:       Braille diagrams with plain text
description:    Please see the README at <https://github.com/mlang/diagrams-braille#readme>
category:       Graphics
homepage:       https://github.com/mlang/diagrams-braille#readme
bug-reports:    https://github.com/mlang/diagrams-braille/issues
author:         Mario Lang
maintainer:     mlang@blind.guru
copyright:      2018 Mario Lang
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/mlang/diagrams-braille

library
  exposed-modules:
      Diagrams.Backend.Braille
      Diagrams.Backend.Braille.CmdLine
  other-modules:
      Paths_diagrams_braille
  hs-source-dirs:
      src
  build-depends:
      JuicyPixels
    , Rasterific
    , base >=4.7 && <5
    , containers
    , diagrams-core >=1.4 && <1.5
    , diagrams-lib >=1.4 && <1.5
    , diagrams-rasterific >=1.4 && <1.5
    , filepath
    , hashable
    , lens
    , mtl
    , optparse-applicative
    , time
  default-language: Haskell2010

executable brldia
  main-is: Main.hs
  other-modules:
      Paths_diagrams_braille
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      JuicyPixels
    , Rasterific
    , base >=4.7 && <5
    , containers
    , diagrams-braille
    , diagrams-core >=1.4 && <1.5
    , diagrams-lib >=1.4 && <1.5
    , diagrams-rasterific >=1.4 && <1.5
    , filepath
    , hashable
    , lens
    , mtl
    , optparse-applicative
    , time
  default-language: Haskell2010