-- Initial plotfont.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: plotfont version: 0.1.0.1 synopsis: Plotter-like fonts i.e. a series of straight lines which make letter shapes. description: Crude fonts for XY plotting license: GPL license-file: LICENSE author: M J Oldfield maintainer: ex-hackage@mjoldfield.com -- copyright: category: Graphics build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Graphics.PlotFont -- other-modules: -- other-extensions: build-depends: base ==4.*, containers hs-source-dirs: src default-language: Haskell2010 test-suite Tests hs-source-dirs: test type: exitcode-stdio-1.0 main-is: tests.hs build-depends: base ==4.*, tasty, tasty-hunit, plotfont default-language: Haskell2010 source-repository head type: git location: git@github.com:mjoldfield/plotfont.git