Name : sbvPlugin Version : 0.2 Category : Formal methods, Theorem provers, Math, SMT, Symbolic Computation Synopsis : Analyze Haskell expressions using SBV/SMT Description : GHC plugin for analyzing expressions using SMT solvers, based on the package. . See "Data.SBV.Plugin" for a quick example. License : BSD3 License-file : LICENSE Stability : Experimental Author : Levent Erkok Homepage : http://github.com/LeventErkok/sbvPlugin Bug-reports : http://github.com/LeventErkok/sbvPlugin/issues Maintainer : Levent Erkok (erkokl@gmail.com) Build-Type : Simple Cabal-Version : >= 1.14 Data-Files : tests/GoldFiles/*.hs.golden Extra-Source-Files: INSTALL, README.md, COPYRIGHT, CHANGES.md source-repository head type: git location: git://github.com/LeventErkok/sbvPlugin.git Library default-language: Haskell2010 ghc-options : -Wall Exposed-modules : Data.SBV.Plugin build-depends : base >= 4.8 && < 5, ghc, ghc-prim, containers, sbv >= 5.7, mtl, template-haskell Other-modules : Data.SBV.Plugin.Analyze , Data.SBV.Plugin.Data , Data.SBV.Plugin.Common , Data.SBV.Plugin.Env , Data.SBV.Plugin.Plugin Test-Suite sbvPluginTests type : exitcode-stdio-1.0 default-language: Haskell2010 ghc-options : -Wall Build-depends : base >= 4.8 && < 5, sbvPlugin, tasty, tasty-golden, filepath, process, directory Hs-Source-Dirs : tests main-is : Run.hs