Changes between Version 3 and Version 4 of Proposals/example
- Timestamp:
- 08/17/09 22:00:05 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/example
v3 v4 16 16 = Abstract = 17 17 18 {{{ 19 #!html 20 <div style="border-style:solid; border-width:3px; border-color: darkblue; padding: 1em 1em; margin: 1em 1em;"> 21 This abstract is just a copy of the description from the .cabal file</div> 22 }}} 23 18 24 The "tar" package library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. 19 25 … … 26 32 darcs get http://code.haskell.org/tar/ 27 33 28 {{{29 #!html30 <div style="border-style:solid; border-width:3px; border-color: darkblue; padding: 1em 1em; margin: 1em 1em;">Note on writing proposals:<br>31 This description is just copied from the .cabal file</div>32 }}}33 34 34 35 = Rationale = … … 53 54 = Introduction to the API = 54 55 55 Note, the full reference documentation is available from the hackage page.56 57 56 {{{ 58 57 #!html 59 <div style="border-style:solid; border-width:3px; border-color: darkblue; padding: 1em 1em; margin: 1em 1em;"> Note on writing proposals:<br>58 <div style="border-style:solid; border-width:3px; border-color: darkblue; padding: 1em 1em; margin: 1em 1em;"> 60 59 Almost all of this introduction is copied directly from the API docs. The alternative would be to link to it. 61 60 You could also copy stuff from (or link to) emails or blog posts. 62 61 </div> 63 62 }}} 63 64 Note, the full reference documentation is available from the hackage page. 64 65 65 66 The API is structured so that simple uses only need to
