| | 12 | See also [wiki:CabalUpload cabal upload], a command-line tool for uploading Cabal packages to HackageDB. |
| | 13 | |
| | 14 | === Interface changes === |
| | 15 | 24/10/2007 |
| | 16 | The complex dependencies that can be expressed by configurations are presented in disjunctive normal form. This should also include tests of `os`, `arch` and `impl`, but does not as yet. |
| | 17 | 9/9/2007 |
| | 18 | Add an [http://hackage.haskell.org/packages/search.html experimental search interface] (by Sascha Böhme), but not to the main menu. |
| | 19 | 12/2/2007 |
| | 20 | [http://hackage.haskell.org/packages/archive/recent.html Recent additions] are also available as an RSS feed. |
| | 21 | 3/2/2007 |
| | 22 | Generate a link to Haddock documentation for library package, if it has been generated. Work is underway to automatically generate Haddock documentation for library packages. Currently this is only run sporadically, with links to the resulting documentation and build logs appearing on package pages. |
| | 23 | 1/2/2007 |
| | 24 | Package URLs now have the form foo-1.2 rather than foo/1.2. If you give only the package name, you get the most recent version. |
| | 25 | 10/1/2007 |
| | 26 | Initial version. |
| | 27 | |
| | 28 | === Development === |