packages feed

leaky-0.3.0.3: changelog.txt

0.3.0.2 -> 0.3.0.3
 - figured out a few tricks
 - hopefully this upload is the ticket; sorry for the extra version uploads
 - cpphs is now again REQUIRED
----
 - almost out of ideas...
 - (determined to thwart the rogue build reporter)
 - a non-Simple build type might help
    - might help by simply getting ignored by this builder,
      for one thing -- but who else might it affect adversely?...
 - ghc-paths won't help since that info isn't accessible in
   the .cabal file anyway -- there's very little to help us there
   it seems
 - I'm trying to use env, but the trouble is, the -optP args
   are reordered by GHC
    - in particular, the -D options are always first, which
      ruins the hack since env chokes on those
 - if only we could write -pgmP"env PATH=$PATH:blah cpphs"!

0.3.0.1 -> 0.3.0.2
 - once more...

0.3.0.0 -> 0.3.0.1
 - I'll buck this cowboy yet...

** 0.2.1.1 -> 0.3.0.0
 - deepseq-bounded major version bump

0.2.1.0 -> 0.2.1.1
 - non-manual USE_CPPHS flag added (also in seqaid and in deepseq-bounded)
   so that client build system can decide whether cpp is available, or
   it needs to install and use cpphs

0.2.0.1 -> 0.2.1.0
 - realised I should be using "manual:true" in all my .cabal flags,
   or else the constraint solver is free to toggle them!!

0.2.0.0 -> 0.2.0.1
 - added a note in the .cabal description field, about the
   rogue build failure report

** 0.1.7.0 -> 0.2.0.0
 - deepseq-bounded had a major version bump
 - fixed cpphs missing dependency for seqaid (also affects this package)
 - more...