-- Initial mcmc-synthesis.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ -- The name of the package. name: mcmc-synthesis -- The package version. See the Haskell package versioning policy (PVP) -- for standards guiding when and how versions should be incremented. -- http://www.haskell.org/haskellwiki/Package_versioning_policy -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 0.1.0.5 -- A short (one-line) description of the package. synopsis: MCMC applied to probabilistic program synthesis -- A longer description of the package. -- description: -- The license under which the package is released. license: GPL-3 -- The file containing the license text. license-file: LICENSE -- The package author(s). author: Jacob Taylor, Tikhon Jelvis -- An email address to which users can send suggestions, bug reports, and -- patches. maintainer: jacobltaylor@gmail.com -- A copyright notice. -- copyright: category: Language build-type: Simple -- Constraint on the version of Cabal needed to build this package. cabal-version: >=1.8 source-repository head type: git location: git://github.com/jacobt/mcmc-synthesis.git library build-depends: base >3 && <=5, MonadRandom ==0.1.* hs-source-dirs: src exposed-modules: Language.Synthesis.Distribution, Language.Synthesis.MCMC, Language.Synthesis.Mutations, Language.Synthesis.Synthesis GHC-options: -Wall