packages feed

leaky 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+16/−2 lines, 2 filesdep ~deepseq-bounded

Dependency ranges changed: deepseq-bounded

Files

+ hackage-tags.txt view
@@ -0,0 +1,11 @@+leak+space+strictness+forcing+diagnostic+remedial+auto-instrumentation+instrumentation+tools+bsd3+program
leaky.cabal view
@@ -1,6 +1,6 @@  name:                leaky-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Robust space leak, and its strictification license:             BSD3 license-file:        LICENSE@@ -32,11 +32,14 @@                      See also the project <http://www.fremissant.net/leaky homepage> for more information.                      .                      Please share your comments on this <http://www.reddit.com/r/haskell/comments/2pscxh/ann_deepseqbounded_seqaid_leaky/ reddit> discussion.+                     .+                     __Note:__ Ignore the anonymous rogue failed build report below (at least, it appeared on all versions I uploaded so far). If you examine the log it's clear that the problem is theirs, and nothing to do with this package or its dependencies. It's a shame this is so prominently displayed and impossible to remedy, it makes unbroken packages seem broken to visitors, and it exerts negative pressure on the use of cpphs (since one can make this rogue report go away by pretending cpphs never existed and depending on the ubiquity of a system-wide cpp).  extra-source-files:        README     , changelog.txt+    , hackage-tags.txt     , HTML/*.html     , HTML/*.css     , deepseq-bounded-seqaid-leaky.html@@ -163,7 +166,7 @@    build-depends: -     deepseq-bounded == 0.6.*+     deepseq-bounded == 0.6.* || == 0.7.*    , deepseq-generics == 0.1.*    , generics-sop == 0.1.*    , template-haskell