levmar 1.2.1.6 → 1.2.1.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~hmatrix
Dependency ranges changed: base, hmatrix
Files
- levmar.cabal +3/−3
levmar.cabal view
@@ -1,5 +1,5 @@ name: levmar-version: 1.2.1.6+version: 1.2.1.7 cabal-version: >= 1.6 build-type: Simple stability: experimental@@ -46,9 +46,9 @@ Location: git://github.com/basvandijk/levmar.git library- build-depends: base >= 3 && < 4.10+ build-depends: base >= 3 && < 4.11 , bindings-levmar >= 1.1 && < 1.2- , hmatrix >= 0.12 && < 0.18+ , hmatrix >= 0.12 && < 0.19 , vector >= 0.8 && < 0.12 exposed-modules: Numeric.LevMar other-modules: Bindings.LevMar.CurryFriendly