Skip to content

Commit

Permalink
-Wall -fno-warn-orphans
Browse files Browse the repository at this point in the history
  • Loading branch information
conal committed Jan 3, 2013
1 parent 0d607e0 commit 3bb99fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Checkers.cabal
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -9,21 +9,21 @@ Description:
properties. It also provides arbitrary instances and generator combinators
for common data types.
.
Project wiki page: <http://haskell.org/haskellwiki/checkers>
.
&#169; 2008-2013 by Conal Elliott; BSD3 license.
.
Contributions from: Thomas Davie.
Author: Conal Elliott
Maintainer: [email protected]
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:
Expand All @@ -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
1 change: 1 addition & 0 deletions src/Test/QuickCheck/Instances/Array.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{-# OPTIONS_GHC -Wall -fno-warn-orphans #-}
module Test.QuickCheck.Instances.Array where

import Test.QuickCheck
Expand Down

0 comments on commit 3bb99fd

Please sign in to comment.