From 84fa3e4b6eacb0ea6fe51393732ef01f8086c9b0 Mon Sep 17 00:00:00 2001 From: pho Date: Sun, 20 Jul 2008 15:05:50 +0900 Subject: [PATCH] Added NEWS darcs-hash:20080720060550-62b54-54cbe3217e57e6f65db9b91aaf1108c96c71200e.gz --- Lucu.cabal | 1 + Makefile | 2 +- NEWS | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 NEWS diff --git a/Lucu.cabal b/Lucu.cabal index 9f1a434..9a00155 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -22,6 +22,7 @@ Build-Type: Simple Extra-Source-Files: ImplantFile.hs + NEWS data/CompileMimeTypes.hs data/mime.types examples/HelloWorld.hs diff --git a/Makefile b/Makefile index fc09869..5cb2248 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ run: build dist/setup-config: $(CABAL_FILE) Setup # ./Setup configure --disable-optimization - ./Setup configure -p -O --enable-split-objs + ./Setup configure -O Setup: Setup.hs $(GHC) --make Setup diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..2d38374 --- /dev/null +++ b/NEWS @@ -0,0 +1,2 @@ +Changes from 0.1 to ??? +----------------------- -- 2.40.0