packages feed

uniplate 1.6.11 → 1.6.12

raw patch · 2 files changed

+4/−5 lines, 2 filesdep ~hashabledep ~unordered-containers

Dependency ranges changed: hashable, unordered-containers

Files

Data/Generics/Uniplate/Direct.hs view
@@ -74,8 +74,7 @@ {-# RULES "plate/-"    forall f x. plate f |- x = plate (f x) "plate/+"    forall f x. plate f |+ x = platePlus f x-"plate/*"    forall f x. plate f |* x = plateStar f x-  #-}+"plate/*"    forall f x. plate f |* x = plateStar f x #-}   {-# INLINE plateStar #-}
uniplate.cabal view
@@ -1,7 +1,7 @@ cabal-version:      >= 1.6 build-type:         Simple name:               uniplate-version:            1.6.11+version:            1.6.12 author:             Neil Mitchell <ndmitchell@gmail.com> maintainer:         Neil Mitchell <ndmitchell@gmail.com> copyright:          Neil Mitchell 2006-2013@@ -46,8 +46,8 @@     Data/Generics/Uniplate/Internal/OperationsInc.hs  source-repository head-    type:     darcs-    location: http://community.haskell.org/~ndm/darcs/uniplate/+    type:     git+    location: https://github.com/ndmitchell/uniplate.git  flag typeable_fingerprint flag separate_syb