From 7153370288e6075c4f8c996ff02227e48805da06 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 20 Feb 2017 16:01:04 -0500 Subject: Bump time submodule to 1.8 This unfortunately had quite a number of knock-on effects, including a need for new releases of directory and unix. --- compiler/ghc.cabal.in | 2 +- ghc/ghc-bin.cabal.in | 2 +- libraries/Cabal | 2 +- libraries/directory | 2 +- libraries/hpc | 2 +- libraries/time | 2 +- libraries/unix | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index f3d6711f89..b8b7106346 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -55,7 +55,7 @@ Library process >= 1 && < 1.5, bytestring >= 0.9 && < 0.11, binary == 0.8.*, - time >= 1.4 && < 1.8, + time >= 1.4 && < 1.9, containers >= 0.5 && < 0.6, array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 9c9ca0e246..0f50453c3d 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -52,7 +52,7 @@ Executable ghc deepseq == 1.4.*, ghci == @ProjectVersionMunged@, haskeline == 0.7.*, - time == 1.7.*, + time == 1.8.*, transformers == 0.5.* CPP-Options: -DGHCI GHC-Options: -fno-warn-name-shadowing diff --git a/libraries/Cabal b/libraries/Cabal index e8aa54220a..19c278feb7 160000 --- a/libraries/Cabal +++ b/libraries/Cabal @@ -1 +1 @@ -Subproject commit e8aa54220a4bbe3fe6d14542f3a94222228efb2f +Subproject commit 19c278feb732f5797256ff28eb671440f5511c6c diff --git a/libraries/directory b/libraries/directory index 4a4a19d1c4..af307f52ca 160000 --- a/libraries/directory +++ b/libraries/directory @@ -1 +1 @@ -Subproject commit 4a4a19d1c46c70ffd9a3e1c4c283e2e16214258f +Subproject commit af307f52ca94ed232d1372fc6760a4b3efa243c7 diff --git a/libraries/hpc b/libraries/hpc index 92673292ab..c23cad32f4 160000 --- a/libraries/hpc +++ b/libraries/hpc @@ -1 +1 @@ -Subproject commit 92673292ab7ce7878e982d0a02df3e548ef15b52 +Subproject commit c23cad32f408559ba95b880c04dc1a2c60ec3d01 diff --git a/libraries/time b/libraries/time index b6098be8a4..6e202edc1b 160000 --- a/libraries/time +++ b/libraries/time @@ -1 +1 @@ -Subproject commit b6098be8a4facfa854c633f2a3a82ab8e72962ef +Subproject commit 6e202edc1b0e32c25bc13194e6496c2c18198463 diff --git a/libraries/unix b/libraries/unix index d0b0e8cf5a..821cb07ecf 160000 --- a/libraries/unix +++ b/libraries/unix @@ -1 +1 @@ -Subproject commit d0b0e8cf5a7fa5b9dc500d2f623258200818cb16 +Subproject commit 821cb07ecf235625b4bb06626d30e4b15f28df30 -- cgit v1.2.1