From 975a9da7e46881555ff49841e8a88babe50a2119 Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Tue, 3 Apr 2007 13:13:33 +0000 Subject: [PATCH] add new module Unsafe.Coerce to build system --- Makefile | 3 ++- Makefile.nhc98 | 1 + base.cabal | 1 + package.conf.in | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8fb0a7..c326e63 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,8 @@ ALL_DIRS = \ Text/PrettyPrint \ Text/ParserCombinators \ Text/Show \ - Text/Read + Text/Read \ + Unsafe PACKAGE = base VERSION = 2.0 diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 9d8e7a1..2b21277 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -34,6 +34,7 @@ SRCS = \ Text/Printf.hs \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ + Unsafe/Coerce.hs \ WCsubst.c diff --git a/base.cabal b/base.cabal index aacd081..e670051 100644 --- a/base.cabal +++ b/base.cabal @@ -135,6 +135,7 @@ exposed-modules: Text.Read.Lex, Text.Show, Text.Show.Functions + Unsafe.Coerce other-modules: Data.Array.IO.Internals include-dirs: include, ../../ghc/includes diff --git a/package.conf.in b/package.conf.in index e6374dd..d57b86d 100644 --- a/package.conf.in +++ b/package.conf.in @@ -145,6 +145,7 @@ exposed-modules: Text.Read.Lex, Text.Show, Text.Show.Functions, + Unsafe.Coerce, GHC.Arr, GHC.Base, GHC.Conc, -- 1.7.10.4