commit d2dd1e6adfbe703c0b9bd729e7bf868d04444f39 parent 8313e5798dbd3f5f297473d48d99135b626b1f5a Author: Jared Tobin <jared@jtobin.ca> Date: Sun, 4 Nov 2012 23:17:01 +1300 Patch .gitignore and cabal file. Diffstat:
M | .gitignore | | | 8 | ++++---- |
M | flat-mcmc.cabal | | | 2 | +- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,9 +1,9 @@ .git +*swp +.DS_Store dist Setup.hs -demos -output -*swp *.hi *.o -.DS_Store +demos +data diff --git a/flat-mcmc.cabal b/flat-mcmc.cabal @@ -16,7 +16,7 @@ build-type: Simple cabal-version: >=1.8 Description: - A general-purpose sampler for anisotropic distributions. + Painless general-purpose sampling. Source-repository head Type: git