containers 0.5.3.0 → 0.5.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/IntMap.hs +1/−1
- containers.cabal +1/−1
Data/IntMap.hs view
@@ -58,7 +58,7 @@ , foldWithKey ) where -import Prelude hiding (lookup,map,filter,foldr,foldl,null)+import Prelude () -- hide foldr import qualified Data.IntMap.Strict as Strict import Data.IntMap.Lazy
containers.cabal view
@@ -1,5 +1,5 @@ name: containers-version: 0.5.3.0+version: 0.5.3.1 license: BSD3 license-file: LICENSE maintainer: fox@ucw.cz