-*-change-log-*-

0.6.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-03-13
  * Split out rexex-with-pcre package (#65)

0.5.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-03-05
  * Fix inter-operation of =~ & =~~ and named captures (#55)
  * Add escaping functions (#37)
  * Test Hackage release tarballs on Travis CI (#51)
  * Fix up template replace ordinals (#52)
  * Complete the web site (#39)
  * Complete the Tutorial, Tests and Examples (#38)
  * Complete narrative in literate modules (#8)

0.3.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-26
  * Clean up API to use camelCase conventions
  * Use -Werror in development and testing, -Warn for Hackage
  * Integrate the regex blog
  * Better presentation of ghci tryouts in the Tutorial
  * Various minor README upgrades and fixes

0.2.0.4 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-22
  * Repair re-gen-modules-test for Windows

0.2.0.3 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-21
  * README/index layout tweak

0.2.0.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-21
  * Fix re-gen-modules-test for Hackage (#45)
  * Minor style tweks to README/index

0.2.0.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-20
  * remove library from regex-examples (#43)

0.2.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-19
  * Split off the tutorial tests and examples into regex-examples,
    leaving just the library in regex

0.1.0.0 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-02-18
  * Cabal file generated from a DRY template
  * Library dependencies minimised, test depndencies moved into
    examples/re-tests
  * A proper static website generated by 're-prep all'
  * README/sidebar Badges are a static record of current release
    with links to a live build-status reporting on HEAD
  * Added !$, !$?, !$$ and !$$? alternatives for looking up captures
    in a Match
  * Text.RE.Parsers now generate Text where they were generating String
  * %nat, %int, %frac and %hex get their new names

0.0.0.2 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-01-30
  * Fix for Windows
  * Remove hsyslog dependency
  * Establish Travis CI, AppVeyor and coveralls.io integrations
  * Fix time parser to use Fixed arithmetic
  * Miscelaneous minor adjustments

0.0.0.1 Chris Dornan <chris.dornan@irisconnect.co.uk> 2017-01-26
	* First public release