Changelog of @hackage/HsSVN 0.4.1

Changes from 0.4 to 0.4.1

  • Fixed incorrect dependency declaration in HsSVN.cabal. No semantical changes to the code.

Changes from 0.3.3 to 0.4

  • Fixed breakage on GHC 6.10.1. And now it requires 6.10.1...

Changes from 0.3.2 to 0.3.3

  • configure:
    • Fixed to search apr-1-config and apu-1-config as well.

Changes from 0.3.1 to 0.3.2

  • Subversion.Repository:
    • Fixed dumpRepository bug again... Hopefully it works now.

Changes from 0.3 to 0.3.1

  • Subversion.Repository:
    • Fixed dumpRepository bug which causes infinite-loop.

Changes from 0.2 to 0.3

  • Subversion.Repository:

    • Added new function: dumpRepository
  • Subversion.FileSystem.Revision:

    • Added new function: getRevisionNumber
    • Renamed function: getRevisionProp ==> getRevisionProp'
    • Renamed function: getRevisionPropList ==> getRevisionPropList'
    • Added new function: getRevisionProp
    • Added new function: getRevisionPropList

Changes from 0.1 to 0.2

  • HsSVN now requires GHC 6.8.1