jacobi-roots 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- jacobi-roots.cabal +2/−2
jacobi-roots.cabal view
@@ -1,5 +1,5 @@ name: jacobi-roots-version: 0.2.0.1+version: 0.2.0.2 license: GPL-3 license-file: LICENSE author: Greg Horn@@ -18,7 +18,7 @@ . See the "JacobiRoots" module for documentation .- To build this from scratch, first run compute_roots.nb in Mathematica to generate gen/JacobiRootsRaw300.hs. Then type "make" to run gen/Convert.hs, which creates src/JacobiRootsBinary.hs. Then the normal "cabal configure; cabal build"+ To build this from scratch, first run @compute_roots.nb@ in Mathematica to generate @gen\/JacobiRootsRaw300.hs@. Then type @make@ to run @gen\/Convert.hs@, which creates @src\/JacobiRootsBinary.hs@. Then the normal @cabal configure; cabal build@ extra-source-files: compute_roots.nb gen/Convert.hs