commit e9dae9e3f4fd43c5bfcbd3e2aff2ea28dc8254d6
parent c6d45d0031e8044eb2d20fdb6dbd95d04a9de4ec
Author: Jared Tobin <jared@jtobin.ca>
Date: Sun, 4 Nov 2012 23:15:38 +1300
Patch .gitignore and cabal file.
Diffstat:
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1,10 +1,9 @@
-working
-*swp
.git
+*swp
.DS_Store
dist
Setup.hs
-*trace*
+*.hi
+*.o
demos
-output
-
+data
diff --git a/hasty-hamiltonian.cabal b/hasty-hamiltonian.cabal
@@ -14,8 +14,16 @@ maintainer: jared@jtobin.ca
category: Numeric
build-type: Simple
cabal-version: >=1.8
+Description:
+
+ Speedy gradient-based traversal through parameter spce.
+
+Source-repository head
+ Type: git
+ Location: http://github.com/jtobin/hasty-hamiltonian.git
library
exposed-modules: Numeric.MCMC.Hamiltonian
-- other-modules:
- build-depends: base ==4.5.*, mtl ==2.1.*, primitive ==0.4.*, mwc-random ==0.12.*
+ build-depends: base ==4.*, mtl ==2.1.*, primitive ==0.4.*, mwc-random ==0.12.*
+ ghc-options: -Wall