summaryrefslogtreecommitdiff
path: root/p/haskell-ghc-events
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-09 15:43:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-09 15:43:09 -0700
commitafbaa7ec2dbfb731f1cd29671504c9ab33a0d41e (patch)
tree274fdbe73a8a4ad6c38b0554527fd2f7710f4b65 /p/haskell-ghc-events
parent574004f9e209e46d3cb55009fb9afdb615c26687 (diff)
downloadDHG_packages-afbaa7ec2dbfb731f1cd29671504c9ab33a0d41e.tar.gz
ghc-events: update path to EventLogFormat.h
Diffstat (limited to 'p/haskell-ghc-events')
-rw-r--r--p/haskell-ghc-events/debian/changelog3
-rwxr-xr-xp/haskell-ghc-events/debian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/p/haskell-ghc-events/debian/changelog b/p/haskell-ghc-events/debian/changelog
index 0a4f998fd..d8c4ad8fa 100644
--- a/p/haskell-ghc-events/debian/changelog
+++ b/p/haskell-ghc-events/debian/changelog
@@ -3,8 +3,9 @@ haskell-ghc-events (0.6.0-1) unstable; urgency=medium
* New upstream release
* Drop patch.
Obsoleted by upstream change.
+ * Update path to EventLogFormat.h in rules file.
- -- Sean Whitton <spwhitton@spwhitton.name> Mon, 04 Sep 2017 20:16:23 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 09 Sep 2017 15:42:55 -0700
haskell-ghc-events (0.4.4.0-6) unstable; urgency=medium
diff --git a/p/haskell-ghc-events/debian/rules b/p/haskell-ghc-events/debian/rules
index 90a4ccf88..2b86e9d08 100755
--- a/p/haskell-ghc-events/debian/rules
+++ b/p/haskell-ghc-events/debian/rules
@@ -7,7 +7,7 @@
# this location.
build/libghc-ghc-events-doc:: dist-ghc/build/EventLogFormat.h
-dist-ghc/build/EventLogFormat.h: GHC/RTS/EventLogFormat.h
+dist-ghc/build/EventLogFormat.h: include/EventLogFormat.h
mkdir -p $$(dirname $@)
cp $< $@