Metadata revisions for dotparse-0.0.2

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r1 (dotparse-0.0.2-r1) 2023-04-06T22:04:12Z tonyday567 3293a553d2849c24c1101614e5908d76895be7bebac3e17e8853ae749c2e72df
  • Changed description from

    This package provides parsing and printing of the dot language.
    
    == Usage
    
    >>> :set -XOverloadedLabels
    >>> :set -XOverloadedStrings
    >>> import DotParse
    >>> import Chart
    >>> import DotParse.Examples (exInt)
    >>> ex <- processGraph exInt
    >>> writeChartOptions "other/ex.svg" (graphToChartWith defaultChartConfig ex)
    
    ![usage example](docs/other/ex.svg)
    
    to
    This package provides parsing and printing of the dot language.
    
    == Usage
    
    >>> :set -XOverloadedLabels
    >>> :set -XOverloadedStrings
    >>> import DotParse
    >>> import Chart
    >>> import DotParse.Examples (exInt)
    >>> ex <- processGraph exInt
    >>> writeChartOptions "other/exga.svg" (graphToChartWith defaultChartConfig ex)
    
    ![usage example](docs/other/exga.svg)
    

-r0 (dotparse-0.0.2-r0) 2023-04-06T06:44:02Z tonyday567 99cf94ca686a36f40412060ac4ef7af70dc169a84c6e00419e18f51238b1138e