From: pho Date: Sun, 20 Jul 2008 06:05:50 +0000 (+0900) Subject: Added NEWS X-Git-Tag: RELEASE-0_2_1~5 X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Lucu.git;a=commitdiff_plain;h=84fa3e4b6eacb0ea6fe51393732ef01f8086c9b0 Added NEWS darcs-hash:20080720060550-62b54-54cbe3217e57e6f65db9b91aaf1108c96c71200e.gz --- 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 ??? +-----------------------