From 3bb99fd3f9b1cead096b17a59a924258d0d870a2 Mon Sep 17 00:00:00 2001 From: Conal Elliott Date: Thu, 3 Jan 2013 11:28:59 -0800 Subject: [PATCH] -Wall -fno-warn-orphans --- Checkers.cabal | 18 ++++++++---------- src/Test/QuickCheck/Instances/Array.hs | 1 + 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Checkers.cabal b/Checkers.cabal index 6e7b014..c345800 100644 --- a/Checkers.cabal +++ b/Checkers.cabal @@ -1,6 +1,6 @@ Name: checkers -Version: 0.3.0 -Cabal-Version: >= 1.2 +Version: 0.3.1 +Cabal-Version: >= 1.6 Synopsis: Check properties on standard classes and data structures. Category: Testing Description: @@ -9,21 +9,21 @@ Description: properties. It also provides arbitrary instances and generator combinators for common data types. . - Project wiki page: - . © 2008-2013 by Conal Elliott; BSD3 license. . Contributions from: Thomas Davie. Author: Conal Elliott Maintainer: conal@conal.net -Homepage: http://haskell.org/haskellwiki/checkers -Package-Url: http://code.haskell.org/checkers -Copyright: (c) 2008 by Conal Elliott +Copyright: (c) 2008-2013 by Conal Elliott License: BSD3 License-File: COPYING Stability: experimental build-type: Simple +source-repository head + type: git + location: git://github.com/conal/checkers.git + Library hs-Source-Dirs: src Extensions: @@ -45,6 +45,4 @@ Library Test.QuickCheck.Later Other-modules: Control.Monad.Extensions - ghc-options: -Wall -fno-warn-orphans - --- ghc-prof-options: -prof -auto-all + ghc-options: -Wall diff --git a/src/Test/QuickCheck/Instances/Array.hs b/src/Test/QuickCheck/Instances/Array.hs index 49a773a..f461b7e 100644 --- a/src/Test/QuickCheck/Instances/Array.hs +++ b/src/Test/QuickCheck/Instances/Array.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -Wall -fno-warn-orphans #-} module Test.QuickCheck.Instances.Array where import Test.QuickCheck