Changelog of @hackage/HsHyperEstraier 0.4

Changes from 0.3.2.1 to 0.4

  • HsHyperEstraier now uses Bryan O'Sullivan's brilliant Text data type instead of plain old String. Many functions changed their signatures due to this change.

Changes from 0.3.2 to 0.3.2.1

  • Fix breakage on 64-bit environments; reported by Mats Rauhala.

Changes from 0.3.1 to 0.3.2

  • Fixed breakage on GHC 6.12.1

Changes from 0.3 to 0.3.1

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

Changes from 0.2.1 to 0.3

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

Changes from 0.2 to 0.2.1

  • Only changes to various meta-data; no semantical changes to the code itself.

Changes from 0.1 to 0.2

  • HsHyperEstraier now requires GHC 6.8.1
  • Removed dependency: encoding
  • Added dependency: utf8-string
  • Changed the type of Text.HyperEstraier.Database.getDocIdByURI from getDocIdByURI :: Database -> URI -> IO DocumentID to getDocIdByURI :: Database -> URI -> IO (Maybe DocumentID)