From 67dae2b142a906287f84116397b38f6ef2f7d8f5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 26 Nov 2004 16:30:12 +0000 Subject: [PATCH] [project @ 2004-11-26 16:30:12 by simonmar] Add missing .hi-boot files --- ghc/compiler/main/Packages.hi-boot-5 | 3 +++ ghc/compiler/main/Packages.hi-boot-6 | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 ghc/compiler/main/Packages.hi-boot-5 create mode 100644 ghc/compiler/main/Packages.hi-boot-6 diff --git a/ghc/compiler/main/Packages.hi-boot-5 b/ghc/compiler/main/Packages.hi-boot-5 new file mode 100644 index 0000000..62f020c --- /dev/null +++ b/ghc/compiler/main/Packages.hi-boot-5 @@ -0,0 +1,3 @@ +__interface Packages 1 0 where +__export Packages PackageState ; +1 data PackageState ; diff --git a/ghc/compiler/main/Packages.hi-boot-6 b/ghc/compiler/main/Packages.hi-boot-6 new file mode 100644 index 0000000..6b12f14 --- /dev/null +++ b/ghc/compiler/main/Packages.hi-boot-6 @@ -0,0 +1,2 @@ +module Packages where +data PackageState -- 1.7.10.4