packages feed

diagrams-braille-0.1.0.1: diagrams-braille.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9465bc70f6e2bb819638c30b903cd5a923b59057a28e760f4c910062967ff50c

name:           diagrams-braille
version:        0.1.0.1
synopsis:       Braille diagrams with plain text
description:    Please see the README on Github 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
  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
  exposed-modules:
      Diagrams.Backend.Braille
      Diagrams.Backend.Braille.CmdLine
  other-modules:
      Paths_diagrams_braille
  default-language: Haskell2010

executable brldia
  main-is: Main.hs
  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
  other-modules:
      Paths_diagrams_braille
  default-language: Haskell2010