-- This file has been generated from package.yaml by hpack version 0.28.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: d35b54cd3cd4751fa2c9d9535295b092ea3f3f2bc9a36ff8a287769bac717dc3
name: diagrams-braille
version: 0.1.0.0
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
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 brlclock
main-is: Clock.hs
other-modules:
Main
Paths_diagrams_braille
hs-source-dirs:
app
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
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
default-language: Haskell2010