Cabal revisions of hakaru-0.1.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial hakaru.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/--name: hakaru-version: 0.1.2-synopsis: A probabilistic programming embedded DSL-description: Hakaru is an embedded DSL for performing probabilistic inference. It supports multiple inference backends.-homepage: http://www.indiana.edu/~ppaml-license: BSD3-license-file: LICENSE-author: The Hakaru Team-maintainer: ppaml@indiana.edu--- copyright: -category: Language-build-type: Simple--- extra-source-files: -cabal-version: >=1.10--library- exposed-modules: Sampler, Types, Visual, Language.Hakaru.Syntax, Mixture, Language.Hakaru.Symbolic, RandomChoice, Util.Extras, Util.Coda, Examples.Tests, Language.Hakaru.ImportanceSampler, Language.Hakaru.Metropolis- -- other-modules: - other-extensions: RankNTypes, BangPatterns, OverloadedStrings, TypeFamilies, ConstraintKinds, GADTs, FlexibleContexts, TypeOperators, DataKinds, NoMonomorphismRestriction, DeriveDataTypeable, ScopedTypeVariables, ExistentialQuantification, StandaloneDeriving- build-depends: base >=4.6 && <4.7, aeson >=0.7 && <0.8, text >=1.1 && <1.2, bytestring >=0.10 && <0.11, pretty >=1.1 && <1.2, logfloat >=0.12 && <0.13, containers >=0.5 && <0.6, random >=1.0 && <1.1, math-functions >=0.1 && <0.2, vector >=0.10 && <0.11, cassava >=0.4 && <0.5, zlib >=0.5 && <0.6, statistics >=0.11 && <0.12, hmatrix >=0.16 && <0.17, parsec >=3.1 && <3.2- -- hs-source-dirs: - default-language: Haskell2010+-- Initial hakaru.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: hakaru +version: 0.1.2 +x-revision: 1 +synopsis: A probabilistic programming embedded DSL +description: Hakaru is an embedded DSL for performing probabilistic inference. It supports multiple inference backends. +homepage: http://www.indiana.edu/~ppaml +license: BSD3 +license-file: LICENSE +author: The Hakaru Team +maintainer: ppaml@indiana.edu +-- copyright: +category: Language +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + exposed-modules: Sampler, Types, Visual, Language.Hakaru.Syntax, Mixture, Language.Hakaru.Symbolic, RandomChoice, Util.Extras, Util.Coda, Examples.Tests, Language.Hakaru.ImportanceSampler, Language.Hakaru.Metropolis + -- other-modules: + other-extensions: RankNTypes, BangPatterns, OverloadedStrings, TypeFamilies, ConstraintKinds, GADTs, FlexibleContexts, TypeOperators, DataKinds, NoMonomorphismRestriction, DeriveDataTypeable, ScopedTypeVariables, ExistentialQuantification, StandaloneDeriving + build-depends: base >=4.6 && <5.0, aeson >=0.7 && <0.8, text >=1.1 && <1.2, bytestring >=0.10 && <0.11, pretty >=1.1 && <1.2, logfloat >=0.12 && <0.13, containers >=0.5 && <0.6, random >=1.0 && <1.1, math-functions >=0.1 && <0.2, vector >=0.10 && <0.11, cassava >=0.4 && <0.5, zlib >=0.5 && <0.6, statistics >=0.11 && <0.12, hmatrix >=0.16 && <0.17, parsec >=3.1 && <3.2 + -- hs-source-dirs: + default-language: Haskell2010