uniplate 1.6.10 → 1.6.11
raw patch · 3 files changed
+4/−4 lines, 3 files
Files
- Data/Generics/Uniplate/Internal/Data.hs +1/−1
- LICENSE +1/−1
- uniplate.cabal +2/−2
Data/Generics/Uniplate/Internal/Data.hs view
@@ -86,7 +86,7 @@ --------------------------------------------------------------------- -- GHC 7.2 and above (using unordered-containers API) -(!) mp k = Map.lookupDefault (error "Could not find element") k mp+(!) mp k = map_findWithDefault (error "Could not find element") k mp 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
LICENSE view
@@ -1,4 +1,4 @@-Copyright Neil Mitchell 2006-2012.+Copyright Neil Mitchell 2006-2013. All rights reserved. Redistribution and use in source and binary forms, with or without
uniplate.cabal view
@@ -1,10 +1,10 @@ cabal-version: >= 1.6 build-type: Simple name: uniplate-version: 1.6.10+version: 1.6.11 author: Neil Mitchell <ndmitchell@gmail.com> maintainer: Neil Mitchell <ndmitchell@gmail.com>-copyright: Neil Mitchell 2006-2012+copyright: Neil Mitchell 2006-2013 homepage: http://community.haskell.org/~ndm/uniplate/ license: BSD3 license-file: LICENSE