cabal-version: >= 1.6 name: fig synopsis: Manipulation of FIG files version: 1.4.0 stability: stable category: Graphics license: BSD3 license-file: LICENSE build-type: Simple tested-with: GHC == 7.6.3 author: Anders Lau Olsen maintainer: Anders Lau Olsen homepage: http://www.bergsoe.org/fig package-url: http://www.bergsoe.org/fig/fig-1.4.0.tar.gz extra-source-files: Changelog, README.md, FORMAT3.2, transitive.fig, Main.hs description: The Fig library provides parsing and printing for the FIG 3.2 format (the format used by the Xfig drawing program) together with a simple search-and-replace facility. library exposed-modules: Graphics.Fig, Graphics.Fig.Parser, Graphics.Fig.Printer, Graphics.Fig.Syntax, Graphics.Fig.Values build-depends: base < 5, containers, pretty, parsec hs-source-dirs: .