diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-11-15 12:16:38 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-11-15 12:20:03 +0100 |
commit | 609cd28a1a8616f4076088c87e443850d807ba7d (patch) | |
tree | 7d6979b50f3c2660387e85c2e96dc874ff63fd58 /libraries | |
parent | 185482524d4fa5954243476de1452219fb077228 (diff) | |
download | haskell-609cd28a1a8616f4076088c87e443850d807ba7d.tar.gz |
Update to (unreleased) `deepseq-1.4.0.0`
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
Diffstat (limited to 'libraries')
m--------- | libraries/Cabal | 0 | ||||
m--------- | libraries/bytestring | 0 | ||||
m--------- | libraries/containers | 0 | ||||
m--------- | libraries/deepseq | 0 | ||||
m--------- | libraries/parallel | 0 | ||||
m--------- | libraries/process | 0 | ||||
m--------- | libraries/time | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/libraries/Cabal b/libraries/Cabal -Subproject 1f8a0a20c7a010b50fbafc0effde9bcd663d871 +Subproject f54e7f95412c2ee9ee76ce9517b7d8aa769bdcf diff --git a/libraries/bytestring b/libraries/bytestring -Subproject 6ad8c0d27bcff28c80684a29b57d7a8dbf00cac +Subproject 7a7602a142a1deae2e4f73782d88a91f39a0fa9 diff --git a/libraries/containers b/libraries/containers -Subproject 530fc76bdd17089fcaaa655d66156abbc2092c2 +Subproject c802c36dbed4b800d8c2131181f5af3db837ade diff --git a/libraries/deepseq b/libraries/deepseq -Subproject 3815fe819ba465159cc618b3521adcba97e3c0d +Subproject 75ce5767488774065025df34cbc80de6f03c4fd diff --git a/libraries/parallel b/libraries/parallel -Subproject 94e1aa6f621df464c237c9987bb7f65bd4cb5ff +Subproject 50a2b2a622898786d623a9f933183525305058d diff --git a/libraries/process b/libraries/process -Subproject 7b3ede7dbbb2de80b906c76f747d0b3196c4669 +Subproject bc5f2348b982d9e86bf2f15065187a0ba535a1a diff --git a/libraries/time b/libraries/time -Subproject 991e6be84974b02d7f968601ab02d2e2b3e1419 +Subproject ab6475cb94260f4303afbbd4b770cbd14ec2f57 |