From 7254abcc4283eeb5be843f5d00657f9ba6a945a8 Mon Sep 17 00:00:00 2001 From: pho Date: Wed, 16 Apr 2008 18:37:52 +0900 Subject: [PATCH] Added COPYING darcs-hash:20080416093752-62b54-eb4fedbc3fde460882e4f22533f8cc651d357ec4.gz --- COPYING | 29 +++++++++++++++++++++++++++++ Lucu.cabal | 14 +++++++++----- 2 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..c90d48f --- /dev/null +++ b/COPYING @@ -0,0 +1,29 @@ + + + + + Lucu + + + PHO + + + + + + + + + + + + diff --git a/Lucu.cabal b/Lucu.cabal index f709ab9..9f1a434 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -10,15 +10,18 @@ Description: client filtering and so on. Version: 0.1 License: PublicDomain -Author: PHO -Maintainer: PHO +License-File: COPYING +Author: PHO +Maintainer: PHO Stability: experimental Homepage: http://cielonegro.org/Lucu.html Category: Network Tested-With: GHC == 6.8.1 Cabal-Version: >= 1.2 +Build-Type: Simple Extra-Source-Files: + ImplantFile.hs data/CompileMimeTypes.hs data/mime.types examples/HelloWorld.hs @@ -64,10 +67,10 @@ Library Network.HTTP.Lucu.Preprocess Network.HTTP.Lucu.RequestReader Network.HTTP.Lucu.ResponseWriter + Extensions: + DeriveDataTypeable, UnboxedTuples ghc-options: -Wall - -XDeriveDataTypeable - -XUnboxedTuples -funbox-strict-fields Executable lucu-implant-file @@ -76,9 +79,10 @@ Executable lucu-implant-file else Buildable: False Main-Is: ImplantFile.hs + Extensions: + UnboxedTuples ghc-options: -Wall - -XUnboxedTuples -funbox-strict-fields --Executable HelloWorld -- 2.40.0