packages feed

seqaid 0.1.1 → 0.1.2

raw patch · 4 files changed

+12/−6 lines, 4 files

Files

HTML/style.css view
@@ -15,7 +15,8 @@ h2 { margin-top: 30px; color: #777; } h3 { margin-top: 30px; color: #444; } h4 { margin-top: 40px; color: #222; }-div.footer { font-size: 12pt; margin-top: 30px; }+div.footer { font-family: sans; font-size: 70%; margin-top: 40px; }+div.footer > tt { font-size: 90%; } /* table.table { text-align: top; vertical-align: top; } table.table > tr { text-align: top; vertical-align: top; }
HTML/style2.css view
@@ -15,7 +15,8 @@ h2 { margin-top: 30px; color: #777; } h3 { margin-top: 30px; color: #444; } h4 { margin-top: 40px; color: #222; }-div.footer { font-size: 12pt; margin-top: 30px; }+div.footer { font-family: sans; font-size: 80%; margin-top: 40px; }+div.footer > tt { font-size: 90%; } /* table.table { text-align: top; vertical-align: top; } table.table > tr { text-align: top; vertical-align: top; }
README view
@@ -85,10 +85,12 @@   The other project inseparable from this is <deepseq-bounded>.    More specific information resides in-   - the <seqaid>, <leaky> and <deepseq-bounded> homepages+   - this document, and links from it:+       http://www.fremissant.net/deepseq-bounded-seqaid-leaky+   - reddit thread(s): http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/    - the Haddock API docs for <seqaid> and <deepseq-bounded>-   - haskell-cafe thread(s): <>-   - reddit thread(s): <>+   - haskell.org mailing list thread(s), for instance:+       http://web.archiveorange.com/archive/v/nDNOvlhf3EjknkvBbCya    And to a lesser extent, sporadic bits of information can also   be found in files in the source distribution
seqaid.cabal view
@@ -1,10 +1,12 @@  name:                seqaid-version:             0.1.1+version:             0.1.2 synopsis:            Dynamic strictness control, including space leak repair description:         Seqaid is a GHC plugin for non-invasive auto-instrumentation of dynamic strictness (and parallelism) control, shortly to include optimisation for automated space leak relief using minimal strictification. [The optimiser is still in development however.]                      .                      Refer to the seqaid <http://www.fremissant.net/seqaid homepage> for more information.+                     .+                     Please share your comments on this <http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/ reddit> discussion. homepage:            http://www.fremissant.net/seqaid license:             BSD3 license-file:        LICENSE