commit c855977a4359164b265d548f3d3afec0ea5b1258
parent 9622e0ae714ed09ef5e3352010104999c1799fc8
Author: Jared Tobin <jared@jtobin.ca>
Date: Mon, 5 Nov 2012 14:49:41 +1300
Fix cabal file.
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -7,3 +7,8 @@ Setup.hs
*.o
demos
data
+_cache/
+_site/
+build
+cabal-dev
+site
diff --git a/flat-mcmc.cabal b/flat-mcmc.cabal
@@ -7,6 +7,7 @@ synopsis: Painless general-purpose sampling.
-- description:
homepage: http://jtobin.github.com/flat-mcmc
-- license:
+license: BSD3
license-file: LICENSE
author: Jared Tobin
maintainer: jared@jtobin.ca