bindings-levmar 1.1.0.4 → 1.1.0.5
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~basedep ~bindings-DSLPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bindings-DSL
API changes (from Hackage documentation)
Files
- bindings-levmar.cabal +5/−5
bindings-levmar.cabal view
@@ -1,5 +1,5 @@ name: bindings-levmar-version: 1.1.0.4+version: 1.1.0.5 cabal-version: >= 1.6 build-type: Simple stability: provisional@@ -32,11 +32,11 @@ variants are included. All functions have Double and Float variants. .- Note that the included+ Note that the included <http://www.ics.forth.gr/~lourakis/levmar/ C library> is lightly patched to make it pure. This way the functions can be used inside @unsafePerformIO@.- .+ . A note regarding the license: . All files EXCEPT those in the levmar-2.4 directory fall@@ -77,8 +77,8 @@ location: git://github.com/basvandijk/bindings-levmar.git library- build-depends: base >= 3 && < 4.11- , bindings-DSL >= 1.0.15 && < 1.1+ build-depends: base >= 3 && < 5+ , bindings-DSL >= 1.0.15 exposed-modules: Bindings.LevMar ghc-options: -Wall cc-options: -D_OPENMP