cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: diagrams-braille
version: 0.1.1
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
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 >=0.7.4 && <0.8
, base >=4.7 && <5
, containers
, diagrams-core >=1.4 && <1.6
, diagrams-lib ==1.4.*
, diagrams-rasterific ==1.4.*
, 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 >=0.7.4 && <0.8
, base >=4.7 && <5
, containers
, diagrams-braille
, diagrams-core >=1.4 && <1.6
, diagrams-lib ==1.4.*
, diagrams-rasterific ==1.4.*
, filepath
, hashable
, lens
, mtl
, optparse-applicative
, time
default-language: Haskell2010