Skip to content
  • Herbert Valerio Riedel's avatar
    Update to (unreleased) `deepseq-1.4.0.0` · 609cd28a
    Herbert Valerio Riedel authored
    This pulls in the new `Generic`-based `-XDefaultSignature`-based default
    implementation for `rnf`[1], and will be interesting to use in combination
    with the soon to be merged `-XDeriveAnyClass` extension.
    
    This requires updating several other submodules as well in order
    to relax the upper bound on `deepseq` and/or in a few cases to
    avoid relying on the default method implementation of `rnf`:
    
     - `Cabal`
     - `bytestring`
     - `containers`
     - `parallel`
     - `process`
     - `time`
    
     [1]: http://permalink.gmane.org/gmane.comp.lang.haskell.libraries/23031
    609cd28a