add new module Unsafe.Coerce to build system
authorMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 3 Apr 2007 13:13:33 +0000 (13:13 +0000)
committerMalcolm.Wallace@cs.york.ac.uk <unknown>
Tue, 3 Apr 2007 13:13:33 +0000 (13:13 +0000)
Makefile
Makefile.nhc98
base.cabal
package.conf.in

index a8fb0a7..c326e63 100644 (file)
--- 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
index 9d8e7a1..2b21277 100644 (file)
@@ -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
 
 
index aacd081..e670051 100644 (file)
@@ -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
index e6374dd..d57b86d 100644 (file)
@@ -145,6 +145,7 @@ exposed-modules:
        Text.Read.Lex,
        Text.Show,
        Text.Show.Functions,
+       Unsafe.Coerce,
        GHC.Arr,
        GHC.Base,
        GHC.Conc,