monte-carlo 0.3 → 0.3.1
raw patch · 3 files changed
+9/−4 lines, 3 filesdep ~vector
Dependency ranges changed: vector
Files
- NEWS +4/−0
- monte-carlo.cabal +2/−2
- tests/Makefile +3/−2
NEWS view
@@ -1,3 +1,7 @@+Changes in 0.3.1:++* Change upper bound on vector dependency.+ Changes in 0.3:
monte-carlo.cabal view
@@ -1,5 +1,5 @@ name: monte-carlo-version: 0.3+version: 0.3.1 license: BSD3 license-file: LICENSE author: Patrick Perry@@ -46,7 +46,7 @@ build-depends: base >= 4 && < 5, gsl-random >= 0.3.1, mtl >= 1.1 && < 1.2,- vector >= 0.6 && < 0.7+ vector >= 0.6 && < 0.8 hs-source-dirs: lib ghc-options: -Wall
tests/Makefile view
@@ -1,9 +1,10 @@ all:- ghc -O -i. -i../lib Main.hs --make -o test-mc+ ghc -O -package ieee754 -i. -i../lib Main.hs --make -o test-mc ./test-mc hpc:- ghc -fforce-recomp -i. -i../lib -fhpc --make Main.hs -o test-mc+ ghc -fforce-recomp -package ieee754 \+ -i. -i../lib -fhpc --make Main.hs -o test-mc rm -f test-mc.tix ./test-mc hpc markup test-mc