hasty-hamiltonian

Speedy gradient-based traversal through parameter space.
Log | Files | Refs | README | LICENSE

commit 21ec191c17f92a9dfd521fedb88f1a70a4f4f8f0
parent 5523b434c4f55819d7a40abd191d2df9bee66db0
Author: Jared Tobin <jared@jtobin.ca>
Date:   Thu,  8 Oct 2015 21:26:05 +1300

Remove ghc-prim dependency.

Diffstat:
Mhasty-hamiltonian.cabal | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hasty-hamiltonian.cabal b/hasty-hamiltonian.cabal @@ -1,5 +1,5 @@ name: hasty-hamiltonian -version: 1.1.0 +version: 1.1.1 synopsis: Speedy traversal through parameter space. homepage: http://jtobin.github.com/hasty-hamiltonian license: MIT @@ -50,7 +50,6 @@ library Numeric.MCMC.Hamiltonian build-depends: base < 5 - , ghc-prim , mcmc-types >= 1.0.1 , mwc-probability >= 1.0.1 , lens