--Package-properties Name: toolshed Version: 0.13.0.0 Cabal-Version: >= 1.6 Copyright: (C) 2010 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 == 6.10, GHC == 6.12, GHC == 7.0 Homepage: http://functionalley.eu Maintainer: toolshed functionalley eu Bug-reports: toolshed functionalley eu Extra-Source-Files: changelog, copyright, makefile flag haveDeepSeq Description: Import the type-class 'NFData' from module 'Control.DeepSeq' rather than 'Control.Parallel.Strategies'. Default: True 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.Arbitrary.Array ToolShed.Arbitrary.ArrayElem ToolShed.Arbitrary.Map ToolShed.Arbitrary.Set ToolShed.Data.List ToolShed.Data.List.Runlength ToolShed.Data.List.Splits ToolShed.Data.Pair ToolShed.Defaultable ToolShed.Options ToolShed.SelfValidate ToolShed.System.File ToolShed.System.Random ToolShed.System.TimeAction ToolShed.System.TimePure Build-depends: array, base == 4.*, containers, directory, filepath, QuickCheck >= 2.2, random GHC-options: -Wall -O2 if impl(ghc >= 7.4.1) GHC-prof-options: -prof -fprof-auto -fprof-cafs else GHC-prof-options: -prof -auto-all -caf-all if flag(haveDeepSeq) Build-depends: deepseq >= 1.1 CPP-options: -DHAVE_DEEPSEQ if impl(ghc >= 7.0) && flag(llvm) GHC-options: -fllvm Executable toolshed hs-source-dirs: src Main-Is: Main.hs Other-modules: ToolShed.Test.QuickChecks ToolShed.Test.Data.List ToolShed.Test.Data.List.Runlength ToolShed.Test.Data.List.Splits Build-depends: Cabal >= 1.6 && < 2