From bd930e8e100ca9535723e2092ddca666fa6342f4 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Thu, 26 Dec 2019 13:39:30 -0500
Subject: [PATCH] ghc-boot[-th]: Drop changelogs

These are internal packages and consequently don't have a changelog
---
 libraries/ghc-boot-th/changelog.md         | 5 -----
 libraries/ghc-boot-th/ghc-boot-th.cabal.in | 1 -
 libraries/ghc-boot/changelog.md            | 5 -----
 libraries/ghc-boot/ghc-boot.cabal.in       | 1 -
 4 files changed, 12 deletions(-)
 delete mode 100644 libraries/ghc-boot-th/changelog.md
 delete mode 100644 libraries/ghc-boot/changelog.md

diff --git a/libraries/ghc-boot-th/changelog.md b/libraries/ghc-boot-th/changelog.md
deleted file mode 100644
index 3ed5bbbfd2d1..000000000000
--- a/libraries/ghc-boot-th/changelog.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## 8.0.1  *May 2016*
-
-  * Bundled with GHC 8.0.1
-
-  * Initial version
diff --git a/libraries/ghc-boot-th/ghc-boot-th.cabal.in b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
index 66c561fffff8..9a512f04bfa1 100644
--- a/libraries/ghc-boot-th/ghc-boot-th.cabal.in
+++ b/libraries/ghc-boot-th/ghc-boot-th.cabal.in
@@ -19,7 +19,6 @@ description:    This library contains various bits shared between the @ghc@ and
                 be depended upon by user code.
 cabal-version:  >=1.10
 build-type:     Simple
-extra-source-files: changelog.md
 
 source-repository head
     type:     git
diff --git a/libraries/ghc-boot/changelog.md b/libraries/ghc-boot/changelog.md
deleted file mode 100644
index 3ed5bbbfd2d1..000000000000
--- a/libraries/ghc-boot/changelog.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## 8.0.1  *May 2016*
-
-  * Bundled with GHC 8.0.1
-
-  * Initial version
diff --git a/libraries/ghc-boot/ghc-boot.cabal.in b/libraries/ghc-boot/ghc-boot.cabal.in
index d837fc98754f..d0882c13bc6c 100644
--- a/libraries/ghc-boot/ghc-boot.cabal.in
+++ b/libraries/ghc-boot/ghc-boot.cabal.in
@@ -24,7 +24,6 @@ description:    This library is shared between GHC, ghc-pkg, and other boot
                 and program do not have to depend on Cabal.
 cabal-version:  >=1.22
 build-type:     Simple
-extra-source-files: changelog.md
 
 source-repository head
     type:     git
-- 
GitLab