-
Notifications
You must be signed in to change notification settings - Fork 40
ApiChanges
jgoerzen edited this page Sep 14, 2010
·
2 revisions
This page attempts to document major changes to the MissingH API over version changes.
Old Module | Dep Ver | Change Ver | New Location |
---|---|---|---|
The Great Renaming | . | 0.18.0 | See TransitionPlanning |
MissingH.AnyDBM.* | . | 0.18.0 | Split off into anydbm |
MissingH.AnyDBM.FiniteMapDBM | 0.13.0 | 0.16.0 | None; FiniteMap removed from std lib (use MapDBM) |
MissingH.BlockIO | . | 0.18.0 | Use upstream |
MissingH.ConfigParser.* | . | 0.18.0 | Split off into configfile |
MissingH.Email.Parser | . | 0.18.0 | Use FlattenMessage |
MissingH.FiniteMap | 0.13.0 | 0.16.0 | None; FiniteMap removed from std lib |
MissingH.Hsemail | . | 0.18.0 | Use upstream |
MissingH.Logging | . | 0.18.0 | Split off into hslogger |
MissingH.Network.FTP.* | . | 0.18.0 | Split off into ftphs |
MissingH.Path.FilePath | . | 0.18.0 | Use upstream haskell-filepath |
MissingH.Printf | 0.13.0 | 0.16.0 | None (use new standard Text.Printf instead) |
MissingH.Threads.Child | . | 0.18.0 | Use upstream |
MissingH.Threads.Timeout | . | 0.18.0 | Use upstream |
MissingH.Str.{subRe,splitRe} | 0.13.0 | 0.18.0 | These functions integrated into regex-compat |
MissingH.Wash.* | . | 0.18.0 | Use upstream |