packages feed

deepseq-bounded 0.5.0 → 0.5.1

raw patch · 3 files changed

+6/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

HTML/style-old.css view
@@ -12,7 +12,8 @@ h2 { margin-top: 30px; color: #444; } h3 { margin-top: 30px; color: #222; } h4 { margin-top: 40px; color: #111; }-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/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; }
deepseq-bounded.cabal view
@@ -1,6 +1,6 @@  name:		deepseq-bounded-version:        0.5.0+version:        0.5.1 synopsis:       Bounded deepseq, including support for generic deriving homepage:       http://fremissant.net/deepseq-bounded --homepage:       https://fremissant.com/deepseq-bounded@@ -22,7 +22,7 @@     This package provides methods for partially (or fully) evaluating data     structures (\"bounded deep evaluation\").     .-    More information is available on the project <http://www.fremissant.net/deepseq-bounded homepage>.+    More information is available on the project <http://www.fremissant.net/deepseq-bounded homepage>. There may be activity on this <http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/ reddit> discussion, where your comments are invited.     .     Quoting comments from the     <https://hackage.haskell.org/package/deepseq deepseq> package: