-- Package-properties Name: toolshed Version: 0.15.0.1 Cabal-Version: >= 1.6 Copyright: (C) 2010-2013 Dr. Alistair Ward License: GPL License-file: LICENSE Author: Dr. Alistair Ward Stability: Stable interface. Ill-defined scope. Synopsis: Utilities used by other packages. Build-Type: Simple Description: An ill-defined collection of simple unrelated utilities used by other packages from Category: Utils Tested-With: GHC == 7.4, GHC == 7.6, GHC == 7.10 Homepage: http://functionalley.eu Maintainer: toolshed functionalley eu Bug-reports: toolshed functionalley eu Extra-Source-Files: changelog, copyright, makefile -- Turn on using: 'runhaskell ./Setup.hs configure -f llvm'. flag llvm Description: Whether the 'llvm' compiler-backend has been installed and is required for code-generation. manual: True default: False Library hs-source-dirs: src Exposed-modules: ToolShed.Data.Foldable ToolShed.Data.List ToolShed.Data.List.Runlength ToolShed.Data.List.Splits ToolShed.Data.Pair ToolShed.Data.Quadruple ToolShed.Data.Triple ToolShed.Defaultable ToolShed.Options ToolShed.SelfValidate ToolShed.System.File ToolShed.System.Random ToolShed.System.TimeAction ToolShed.System.TimePure ToolShed.Test.QuickCheck.Arbitrary.Array ToolShed.Test.QuickCheck.Arbitrary.ArrayElem ToolShed.Test.QuickCheck.Arbitrary.Map ToolShed.Test.QuickCheck.Arbitrary.Set ToolShed.Test.ReversibleBoundedEnum ToolShed.Test.ReversibleEnum ToolShed.Test.ReversibleIO Build-depends: array, base == 4.*, containers >= 0.4.2.0, deepseq >= 1.1, directory, filepath, QuickCheck >= 2.2, random GHC-options: -Wall -O2 -fno-warn-tabs if impl(ghc >= 7.4.1) GHC-prof-options: -prof -fprof-auto -fprof-cafs else GHC-prof-options: -prof -auto-all -caf-all if impl(ghc >= 7.0) && flag(llvm) GHC-options: -fllvm Executable toolshed hs-source-dirs: src Main-Is: Main.hs Other-modules: ToolShed.Test.Data.Foldable ToolShed.Test.Data.List ToolShed.Test.Data.List.Runlength ToolShed.Test.Data.List.Splits ToolShed.Test.Data.Quadruple ToolShed.Test.Data.Triple ToolShed.Test.QuickChecks ToolShed.Test.SelfValidate ToolShed.Test.System.Random Build-depends: Cabal >= 1.6 && < 2 GHC-options: -Wall -O2 -fno-warn-tabs