Name: HTab Version: 1.6.1 Synopsis: Tableau based theorem prover for hybrid logics Description: Tableau based theorem prover for hybrid logics Homepage: http://www.glyc.dc.uba.ar/intohylo/htab.php Bug-reports: http://code.google.com/p/intohylo/ Category: Theorem provers License: GPL License-file: COPYING Author: Guillaume Hoffmann, Carlos Areces, Daniel GorĂ­n, Juan Heguiabehere Maintainer: guillaumh@gmail.com Cabal-version: >= 1.6.0 Build-type: Simple Data-files: NEWS examples/*.sh examples/sat/*.frm examples/unsat/*.frm Extra-source-files: tests/test-example-formulas.hs tests/coverage.sh Flag static Description: Build a static binary Default: False Executable htab Main-is: htab.hs Other-modules: HTab.Branch HTab.CommandLine HTab.DisjSet HTab.DMap HTab.Formula HTab.Literals HTab.Main HTab.ModelGen HTab.Relations HTab.RuleId HTab.Rules HTab.Statistics HTab.Tableau Build-Depends: base >= 4, base < 5, mtl >= 2, mtl < 3, containers < 0.4.2, deepseq < 1.2, strict < 1, cmdargs >= 0.9, cmdargs < 1.0, hylolib == 1.4.* Extensions: GADTs DeriveDataTypeable FlexibleContexts Rank2Types ScopedTypeVariables Hs-Source-Dirs: src ghc-options: -O2 -Wall ghc-prof-options: -auto-all if flag(static) ghc-options: -static -optl-static -optl-pthread