packages feed

dyre 0.8.6 → 0.8.7

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Config/Dyre/Compat.hs view
@@ -38,6 +38,7 @@         , std_out   = Inherit         , std_err   = Inherit         , close_fds = True+        , create_group = False         }     -- Do some garbage collection in an optimistic attempt to     -- offset some of the memory we waste here.
dyre.cabal view
@@ -1,5 +1,5 @@ name:          dyre-version:       0.8.6+version:       0.8.7 category:      Development, Configuration synopsis:      Dynamic reconfiguration in Haskell