mathlink 1.1.0.0 → 1.1.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filessetup-changed
Files
- Setup.lhs +2/−2
- mathlink.cabal +1/−1
Setup.lhs view
@@ -1,7 +1,7 @@ #!/bin/env runhaskell \begin{code} -import Distribution.Simple.MathLink-main = mathLinkDefaultMain+import Distribution.Simple+main = defaultMain \end{code}
mathlink.cabal view
@@ -1,5 +1,5 @@ Name: mathlink-Version: 1.1.0.0+Version: 1.1.0.1 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3