leaky 0.1.0.5 → 0.1.6.0
raw patch · 1 files changed
+11/−7 lines, 1 filesdep ~deepseq-boundeddep ~seqaid
Dependency ranges changed: deepseq-bounded, seqaid
Files
- leaky.cabal +11/−7
leaky.cabal view
@@ -1,6 +1,6 @@ name: leaky-version: 0.1.0.5+version: 0.1.6.0 synopsis: Robust space leak, and its strictification description: Robust space leak, and its strictification, for testing <http://hackage.haskell.org/package/deepseq-bounded deepseq-bounded> and <http://hackage.haskell.org/package/seqaid seqaid>. .@@ -12,6 +12,8 @@ license-file: LICENSE author: Andrew G. Seniuk maintainer: Andrew Seniuk <rasfar@gmail.com>+bug-reports: Andrew Seniuk <rasfar@gmail.com>+--bug-reports: http://fremissant.net/leaky/trac category: Testing build-type: Simple cabal-version: >=1.10@@ -124,9 +126,11 @@ -- -- XXX Get rid of this Temp one soon (just a wee experiment)!... -- other-modules: Temp --- XXX Must later: I don't understand this:- if flag(USE_STRICT_BLOB)- other-modules: Types+-- XXX Much later: I don't understand this;+-- but you definitely need Types in other-modules!!+--if flag(USE_STRICT_BLOB)+-- other-modules: Types+ other-modules: Types build-depends: base == 4.*@@ -134,20 +138,20 @@ ---------- BEGIN SEQAID-SPECIFIC -- PART 1 of 2 ---------- - -- User needs to add these deps themselves:+ -- User would need to add these deps themselves to their project .cabal. -- Later: I'm sure not every one of these needs to be named, -- when using only FORCING_STRATEGY >= 4; probably, only -- seqaid (and template-haskell?). build-depends: - deepseq-bounded == 0.5.* && <= 0.5.4+ deepseq-bounded == 0.5.* , deepseq-generics == 0.1.* , generics-sop == 0.1.* , template-haskell == 2.9.* - , seqaid == 0.1.5+ , seqaid == 0.1.6.* if flag(OMNITYPIC) build-depends: