packages feed

mcmc-synthesis-0.1.0.4: mcmc-synthesis.cabal

-- 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.4

-- 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

-- 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


library
  build-depends:       base ==4.5.*, MonadRandom ==0.1.*
  hs-source-dirs:      src
  exposed-modules:     Language.Synthesis.Distribution, Language.Synthesis.MCMC,
                       Language.Synthesis.Synthesis, Language.Synthesis.Mutations
  GHC-options:         -Wall -O2