hip 1.1.0.1 → 1.1.0.2
raw patch · 2 files changed
+2/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
hip.cabal view
@@ -1,5 +1,5 @@ Name: hip-Version: 1.1.0.1+Version: 1.1.0.2 License: BSD3 License-File: LICENSE Author: Alexey Kuleshevich
src/Graphics/Image/Interface/Vector/Unboxed.hs view
@@ -23,9 +23,8 @@ import Prelude hiding (map, zipWith) import qualified Prelude as P (map) import Control.DeepSeq (deepseq)-#if MIN_VERSION_base(4,8,0) import Control.Monad (void)-#else+#if !MIN_VERSION_base(4,8,0) import Data.Functor #endif import Data.Typeable (Typeable)