From 72e2f4888927cd4a49f7ef613822c9b0bba6ced7 Mon Sep 17 00:00:00 2001 From: Eric Mertens <emertens@galois.com> Date: Thu, 28 Feb 2008 13:11:03 -0800 Subject: [PATCH] merge patch darcs-hash:20080228211103-b49f3-3767e88ec4e415a30e94a35bc03c739212ff1a29.gz --- utf8-string.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utf8-string.cabal b/utf8-string.cabal index adc76cd..fb547bc 100644 --- a/utf8-string.cabal +++ b/utf8-string.cabal @@ -12,8 +12,8 @@ Description: A UTF8 layer for IO and Strings. The utf8-string writing UTF8 without truncation. Category: Codec Build-depends: base>=1.0, bytestring>=0.9 -Ghc-options: -Wall -Werror -O2 +Ghc-options: -W -O2 +Build-type: Simple Exposed-modules: Codec.Binary.UTF8.String System.IO.UTF8 Data.ByteString.UTF8 -Build-type: Simple -- GitLab