Cabal revisions of mono-traversable-0.6.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: mono-traversable version: 0.6.0.1+x-revision: 1 synopsis: Type classes for mapping, folding, and traversing monomorphic containers description: Monomorphic variants of the Functor, Foldable, and Traversable typeclasses. Contains even more experimental code for abstracting containers and sequences. homepage: https://github.com/snoyberg/mono-traversable Data.NonNull Data.MinLen other-modules: Data.GrowingAppend- build-depends: base >= 4 && < 5+ build-depends: base >= 4.5 && < 5 , containers >= 0.4 , unordered-containers >=0.2 , hashable
revision 2
name: mono-traversable version: 0.6.0.1-x-revision: 1+x-revision: 2 synopsis: Type classes for mapping, folding, and traversing monomorphic containers description: Monomorphic variants of the Functor, Foldable, and Traversable typeclasses. Contains even more experimental code for abstracting containers and sequences. homepage: https://github.com/snoyberg/mono-traversable Data.NonNull Data.MinLen other-modules: Data.GrowingAppend- build-depends: base >= 4.5 && < 5+ build-depends: base >= 4.5 && < 4.9 , containers >= 0.4 , unordered-containers >=0.2 , hashable