]> gitweb @ CieloNegro.org - Lucu.git/commitdiff
Added NEWS
authorpho <pho@cielonegro.org>
Sun, 20 Jul 2008 06:05:50 +0000 (15:05 +0900)
committerpho <pho@cielonegro.org>
Sun, 20 Jul 2008 06:05:50 +0000 (15:05 +0900)
darcs-hash:20080720060550-62b54-54cbe3217e57e6f65db9b91aaf1108c96c71200e.gz

Lucu.cabal
Makefile
NEWS [new file with mode: 0644]

index 9f1a43416fd0a4c388515d966bf4d3c10f3399c1..9a001559da1582cd4e3c5db40a414e25f30292cd 100644 (file)
@@ -22,6 +22,7 @@ Build-Type: Simple
 
 Extra-Source-Files:
     ImplantFile.hs
+    NEWS
     data/CompileMimeTypes.hs
     data/mime.types
     examples/HelloWorld.hs
index fc098691ff4d4a8ec122238ec9aa74202decb1ee..5cb2248eca3e1ca0cbef45191fc9f7b1d22d7c12 100644 (file)
--- 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 (file)
index 0000000..2d38374
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,2 @@
+Changes from 0.1 to ???
+-----------------------