Cabal revisions of references-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: references version: 0.1.0.0 +x-revision: 1 synopsis: Generalization of lenses, folds and traversals for haskell description: Similar to lenses, references provide access to part of a structure or a different view on the structure. References are considered to be a generalization of those, , Control.Reference.Predefined , Control.Reference.TupleInstances other-modules: Control.Reference.Examples.Examples - build-depends: base ==4.7.* + build-depends: base <5 && >4.6 , mtl ==2.2.* , transformers ==0.4.* , containers ==0.5.* , either ==4.3.* , lens ==4.2.* - , template-haskell ==2.9.*+ , template-haskell ==2.9.*
revision 2
name: references version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Generalization of lenses, folds and traversals for haskell description: Similar to lenses, references provide access to part of a structure or a different view on the structure. References are considered to be a generalization of those, , Control.Reference.Predefined , Control.Reference.TupleInstances other-modules: Control.Reference.Examples.Examples - build-depends: base <5 && >4.6 + build-depends: base <5 && >=4.6 , mtl ==2.2.* , transformers ==0.4.* , containers ==0.5.*
revision 3
name: references version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: Generalization of lenses, folds and traversals for haskell description: Similar to lenses, references provide access to part of a structure or a different view on the structure. References are considered to be a generalization of those, , containers ==0.5.* , either ==4.3.* , lens ==4.2.* - , template-haskell ==2.9.* + , template-haskell <3 && >=2.8