From fd36591310abc275fabeb2435a5f1ff0f61caa76 Mon Sep 17 00:00:00 2001 From: PHO Date: Mon, 14 Nov 2011 23:15:28 +0900 Subject: [PATCH] cabal Ditz-issue: e0312227f40a0fa92d4c5d69a64dad473f54389a --- GNUmakefile | 4 ++-- Lucu.cabal | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index bd70335..4bc0a42 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ RUN_COMMAND = $(MAKE) -C examples run -CONFIGURE_ARGS = -O -#CONFIGURE_ARGS = -O -fssl +#CONFIGURE_ARGS = -O +CONFIGURE_ARGS = -O -fssl include cabal-package.mk diff --git a/Lucu.cabal b/Lucu.cabal index b424b73..1c71aa8 100644 --- a/Lucu.cabal +++ b/Lucu.cabal @@ -57,7 +57,9 @@ Library base64-bytestring == 0.1.*, blaze-builder == 0.3.*, bytestring == 0.9.*, - case-insensitive == 0.3.*, + case-insensitive == 0.4.*, + collections-api == 1.0.*, + collections-base-instances == 1.0.*, containers == 0.4.*, containers-unicode-symbols == 0.3.*, directory == 1.1.*, @@ -68,6 +70,7 @@ Library old-time == 1.0.*, stm == 2.2.*, stringsearch == 0.3.*, + syb == 0.3.*, template-haskell == 2.5.*, text == 0.11.*, time == 1.2.*, @@ -137,7 +140,6 @@ Executable lucu-implant-file Build-Depends: SHA == 1.5.*, - syb == 0.3.*, zlib == 0.5.* ghc-options: -- 2.40.0