{-# OPTIONS_GHC -fno-warn-unused-imports #-} #include #include #include module Bindings.Libgit2.Reset where import Foreign.Ptr #strict_import import Bindings.Libgit2.Common import Bindings.Libgit2.Types import Bindings.Libgit2.Strarray {- typedef enum { GIT_RESET_SOFT = 1, GIT_RESET_MIXED = 2, GIT_RESET_HARD = 3 } git_reset_t; -} #integral_t git_reset_t #num GIT_RESET_SOFT #num GIT_RESET_MIXED #num GIT_RESET_HARD #ccall git_reset , Ptr -> Ptr -> -> IO (CInt) #ccall git_reset_default , Ptr -> Ptr -> Ptr -> IO (CInt)