packages feed

bindings-levmar 1.0 → 1.0.0.1

raw patch · 2 files changed

+4/−9 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Bindings/LevMar.hsc view
@@ -1,5 +1,4 @@-{-# LANGUAGE ForeignFunctionInterface #-}-{-# LANGUAGE NoImplicitPrelude #-}+{-# LANGUAGE ForeignFunctionInterface, NoImplicitPrelude #-}  {-# OPTIONS_GHC -fno-warn-unused-binds #-} @@ -127,7 +126,7 @@ -- Imports -------------------------------------------------------------------------------- -import Prelude           ( Num, Fractional, Double, Float )+import Prelude           ( Num, Fractional, Double, Float, String )  #if __GLASGOW_HASKELL__ < 700 import Prelude           ( negate, fromInteger, fromRational )@@ -135,7 +134,6 @@  import Data.Int          ( Int ) import System.IO         ( IO )-import Prelude           ( String ) import Foreign.Ptr       ( Ptr, FunPtr, freeHaskellFunPtr ) import Control.Exception ( bracket ) @@ -447,6 +445,3 @@ #ccall slevmar_corcoef , LevMarCorCoef Float #ccall dlevmar_R2      , LevMarR2      Double #ccall slevmar_R2      , LevMarR2      Float----- The End ---------------------------------------------------------------------
bindings-levmar.cabal view
@@ -1,5 +1,5 @@ name:          bindings-levmar-version:       1.0+version:       1.0.0.1 cabal-version: >= 1.6 build-type:    Simple stability:     experimental@@ -76,7 +76,7 @@   location: git://github.com/basvandijk/bindings-levmar.git  library-  build-depends: base         >= 3     && < 4.4+  build-depends: base         >= 3     && < 4.5                , bindings-DSL >= 1.0.2 && < 1.1   exposed-modules: Bindings.LevMar   ghc-options: -Wall