[commit: ghc] master: Delete old-{time, locale} and haskell{98, 2010} (86dda8f)

git at git.haskell.org git at git.haskell.org
Fri Nov 21 03:32:58 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/86dda8f7adb887eb376a938dd48780e503b53a08/ghc

>---------------------------------------------------------------

commit 86dda8f7adb887eb376a938dd48780e503b53a08
Author: Austin Seipp <austin at well-typed.com>
Date:   Thu Nov 20 13:30:56 2014 -0600

    Delete old-{time,locale} and haskell{98,2010}
    
    Summary:
    Depends on D510. This is the final blow and removes them from
    the tree completely.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    
    Test Plan: I looked really hard but didn't see them.
    
    Reviewers: hvr, ekmett
    
    Subscribers: thomie, carter
    
    Differential Revision: https://phabricator.haskell.org/D511
    
    GHC Trac Issues: #9590


>---------------------------------------------------------------

86dda8f7adb887eb376a938dd48780e503b53a08
 .gitmodules           | 16 ----------------
 libraries/haskell2010 |  1 -
 libraries/haskell98   |  1 -
 libraries/old-locale  |  1 -
 libraries/old-time    |  1 -
 5 files changed, 20 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 66f4f37..662f6d6 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -70,14 +70,6 @@
 	path = libraries/filepath
 	url = ../packages/filepath.git
 	ignore = none
-[submodule "libraries/haskell98"]
-	path = libraries/haskell98
-	url = ../packages/haskell98.git
-	ignore = none
-[submodule "libraries/haskell2010"]
-	path = libraries/haskell2010
-	url = ../packages/haskell2010.git
-	ignore = none
 [submodule "libraries/hoopl"]
 	path = libraries/hoopl
 	url = ../packages/hoopl.git
@@ -86,14 +78,6 @@
 	path = libraries/hpc
 	url = ../packages/hpc.git
 	ignore = none
-[submodule "libraries/old-locale"]
-	path = libraries/old-locale
-	url = ../packages/old-locale.git
-	ignore = none
-[submodule "libraries/old-time"]
-	path = libraries/old-time
-	url = ../packages/old-time.git
-	ignore = none
 [submodule "libraries/process"]
 	path = libraries/process
 	url = ../packages/process.git
diff --git a/libraries/haskell2010 b/libraries/haskell2010
deleted file mode 160000
index a21abff..0000000
--- a/libraries/haskell2010
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit a21abff3e385a85e1353aa720516e148865710a1
diff --git a/libraries/haskell98 b/libraries/haskell98
deleted file mode 160000
index cf064d9..0000000
--- a/libraries/haskell98
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit cf064d954c511a2edddb5a55a1984d57ce36c407
diff --git a/libraries/old-locale b/libraries/old-locale
deleted file mode 160000
index 6a0f699..0000000
--- a/libraries/old-locale
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 6a0f699014a61c23e84036a6fcce97ecc8562342
diff --git a/libraries/old-time b/libraries/old-time
deleted file mode 160000
index 539e4ec..0000000
--- a/libraries/old-time
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 539e4ec39368177b83398f9a3cdf7f63814e883d



More information about the ghc-commits mailing list