name: precis version: 0.4.0 license: OtherLicense license-file: LICENCE copyright: Stephen Tetley maintainer: Stephen Tetley homepage: http://code.google.com/p/copperbox/ category: Distribution synopsis: Diff Cabal packages. description: Summarize API differences between revisions of Cabal packages. . Note Precis library is BSD3, Precis executable is LGPL apropos the dependency on CppHs. . CHANGES . 0.3.1 to 0.4.0 . * Substantial changes to reporting - now a summary is printed to the console, and an HTML report can be generated via a command line flag. . * Changed constructor names for Edit data type . build-type: Simple stability: unstable cabal-version: >= 1.2 extra-source-files: LICENCE, LICENCE-LGPL library build-depends: base < 5, containers < 0.5, Cabal >= 1.8 && < 2.0, filepath >= 1.1 && < 2.0, directory >= 1.0 && < 2.0, haskell-src-exts >= 1.8 && < 2.0, cpphs >= 1.11 && < 2.0, xhtml >= 3000.2 && < 3010 hs-source-dirs: src exposed-modules: Precis.CabalPackage, Precis.Datatypes, Precis.Diff, Precis.HsSrcUtils, Precis.HtmlReport, Precis.ModuleProperties, Precis.PathUtils, Precis.PPShowS, Precis.ReportMonad, Precis.StyleSheet, Precis.TextOutput, Precis.VersionNumber other-modules: Precis.Utils executable precis main-is: Main.hs hs-source-dirs: src other-modules: CPP, Precis.CabalPackage, Precis.Datatypes, Precis.Diff, Precis.HsSrcUtils, Precis.HtmlReport, Precis.ModuleProperties, Precis.PathUtils, Precis.PPShowS, Precis.ReportMonad, Precis.StyleSheet, Precis.TextOutput, Precis.Utils, Precis.VersionNumber