Name: textPlot Version: 1.0 Synopsis: Plot functions in text. Description: Graph plots of y(x), parametric (x(t),y(t)), and polar r(phi) functions with ASCII text. Category: Charts License: BSD3 License-File: bsd.txt Author: William Tennien Murphy Maintainer: will.t.murphy@gmail.com Build-Type: Simple Cabal-Version: >= 1.2 library GHC-options: -Wall -fno-warn-orphans -fno-warn-name-shadowing extensions: FlexibleInstances Exposed-Modules: TextPlot Build-Depends: base >= 2.0 && < 5 , array