uniplate 1.6.9 → 1.6.10
raw patch · 3 files changed
+3/−4 lines, 3 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
- Data/Generics/Uniplate/Internal/Data.hs +1/−1
- Data/Generics/Uniplate/Internal/OperationsInc.hs +0/−1
- uniplate.cabal +2/−2
Data/Generics/Uniplate/Internal/Data.hs view
@@ -87,7 +87,7 @@ -- GHC 7.2 and above (using unordered-containers API) (!) mp k = Map.lookupDefault (error "Could not find element") k mp-map_findWithDefault = Map.lookupDefault+map_findWithDefault d k mp = fromMaybe d $ Map.lookup k mp -- in 0.2.3.0 lookupDefault is strict in the default :( map_fromAscList = Map.fromList map_keysSet = Set.fromList . Map.keys map_member x xs = isJust $ Map.lookup x xs
Data/Generics/Uniplate/Internal/OperationsInc.hs view
@@ -197,7 +197,6 @@ -- | Return the children of a type. If @to == from@ then it returns the -- original element (in contrast to 'children')--- FIXME: Was confusing to Roman childrenBi :: Biplate from to => from -> [to] childrenBi x = builder f where
uniplate.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.6 build-type: Simple name: uniplate-version: 1.6.9+version: 1.6.10 author: Neil Mitchell <ndmitchell@gmail.com> maintainer: Neil Mitchell <ndmitchell@gmail.com> copyright: Neil Mitchell 2006-2012@@ -56,7 +56,7 @@ if flag(typeable_fingerprint) build-depends: base >=4.4 && <5, containers, syb,- hashable >= 1.1.2.3 && < 1.2,+ hashable >= 1.1.2.3 && < 1.3, unordered-containers >= 0.2.1 && < 0.3 else if flag(separate_syb)