mathlink 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+8/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- mathlink.cabal +8/−3
mathlink.cabal view
@@ -1,6 +1,6 @@ Name: mathlink-Version: 0.1.0.1-Cabal-Version: >= 1.2+Version: 0.1.0.2+Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3 License-File: LICENSE@@ -8,6 +8,8 @@ Author: Tracy Wadleigh Maintainer: <tracy.wadleigh@gmail.com> Bug-Reports: mailto:tracy.wadleigh@gmail.com?subject=dev-mathlink+Homepage: http://community.haskell.org/~TracyWadleigh/mathlink+ Stability: experimental Synopsis: Call Haskell from Mathematica Tested-With: GHC == 6.10.1@@ -29,7 +31,7 @@ be used interactively. } -Flag 32Bit+Flag 32Bit Description: Build and link against the 32-bit version of the MathLink library, instead of the 64-bt version. Default: False@@ -50,3 +52,6 @@ else Extra-Libraries: ML64i3 +Source-Repository head+ Type: darcs+ Location: http://community.haskell.org/~TracyWadleigh/darcs/mathlink/