hoppy-runtime 0.5.0 → 0.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~CabalPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: Cabal
API changes (from Hackage documentation)
- Foreign.Hoppy.Runtime: ExceptionClassInfo :: ExceptionId -> String -> Map ExceptionId (Ptr () -> Ptr ()) -> (Ptr () -> IO ()) -> (Ptr () -> IO (Ptr ())) -> (Ptr () -> IO (ForeignPtr ())) -> ExceptionClassInfo
+ Foreign.Hoppy.Runtime: ExceptionClassInfo :: ExceptionId -> String -> Map ExceptionId (Ptr () -> Ptr ()) -> Ptr () -> IO () -> Ptr () -> IO (Ptr ()) -> Ptr () -> IO (ForeignPtr ()) -> ExceptionClassInfo
- Foreign.Hoppy.Runtime: newtype CUChar :: *
+ Foreign.Hoppy.Runtime: newtype CUChar
Files
- hoppy-runtime.cabal +2/−2
hoppy-runtime.cabal view
@@ -1,5 +1,5 @@ name: hoppy-runtime-version: 0.5.0+version: 0.5.1 synopsis: C++ FFI generator - Runtime support homepage: http://khumba.net/projects/hoppy license: Apache-2.0@@ -30,7 +30,7 @@ , ScopedTypeVariables build-depends: base >=4.7 && <5- , Cabal >=1.20 && <2.1+ , Cabal >=1.20 && <2.3 , containers >=0.5 && <0.6 , directory >=1.2 && <1.4 , filepath >=1.3 && <1.5