Cabal revisions of generic-lens-0.5.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: generic-lens-version: 0.5.1.0-synopsis: Generic data-structure operations exposed as lenses.-description: This package uses the GHC 8 Generic representation to derive various operations on data structures with a lens interface, including structural subtype relationship between records and positional indexing into arbitrary product types.--homepage: https://github.com/kcsongor/generic-lens-license: BSD3-license-file: LICENSE-author: Csongor Kiss-maintainer: kiss.csongor.kiss@gmail.com-category: Generics, Records, Lens-build-type: Simple-cabal-version: >= 1.10-Tested-With: GHC == 8.0.2, GHC == 8.2.1--extra-source-files: ChangeLog.md- , examples/StarWars.hs- , examples/Examples.hs- , README.md--library- exposed-modules: Data.Generics.Product- , Data.Generics.Product.Any- , Data.Generics.Product.Fields- , Data.Generics.Product.Positions- , Data.Generics.Product.Subtype- , Data.Generics.Product.Typed- --, Data.Generics.Labels-- , Data.Generics.Sum- , Data.Generics.Sum.Any- , Data.Generics.Sum.Constructors- , Data.Generics.Sum.Typed- , Data.Generics.Sum.Subtype- , Data.Generics.Internal.Lens-- other-modules: Data.Generics.Internal.Families- , Data.Generics.Internal.Families.Changing- , Data.Generics.Internal.Families.Collect- , Data.Generics.Internal.Families.Has- , Data.Generics.Internal.HList- , Data.Generics.Internal.Void-- , Data.Generics.Sum.Internal.Constructors- , Data.Generics.Sum.Internal.Typed- , Data.Generics.Sum.Internal.Subtype-- , Data.Generics.Product.Internal.Fields- , Data.Generics.Product.Internal.Positions- , Data.Generics.Product.Internal.Subtype- , Data.Generics.Product.Internal.Typed-- build-depends: base >= 4.9 && <= 5.0- , profunctors >= 5.0 && <= 6.0- , tagged >= 0.8 && <= 0.9-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--source-repository head- type: git- location: https://github.com/kcsongor/generic-lens--test-suite generic-lens-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs-- build-depends: base >= 4.9 && <= 5.0- , generic-lens- , inspection-testing >= 0.1-- default-language: Haskell2010- ghc-options: -Wall--test-suite generic-lens-test-25- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: 25.hs-- build-depends: base >= 4.9 && <= 5.0- , generic-lens- , lens-- default-language: Haskell2010- ghc-options: -Wall--test-suite generic-lens-test-24- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: 24.hs-- build-depends: base >= 4.9 && <= 5.0- , generic-lens- , lens-- default-language: Haskell2010- ghc-options: -Wall--test-suite doctests- default-language: Haskell2010- type: exitcode-stdio-1.0- ghc-options: -threaded- main-is: doctest.hs- build-depends: base >4 && <5, doctest- hs-source-dirs: test--benchmark generic-lens-bench- type: exitcode-stdio-1.0- hs-source-dirs: benchmarks- main-is: Bench.hs-- build-depends: generic-lens-- , base >= 4.9 && <= 5.0- , QuickCheck- , criterion- , deepseq- , lens-- default-language: Haskell2010- ghc-options: -Wall+name: generic-lens +version: 0.5.1.0 +x-revision: 1 +synopsis: Generic data-structure operations exposed as lenses. +description: This package uses the GHC 8 Generic representation to derive various operations on data structures with a lens interface, including structural subtype relationship between records and positional indexing into arbitrary product types. + +homepage: https://github.com/kcsongor/generic-lens +license: BSD3 +license-file: LICENSE +author: Csongor Kiss +maintainer: kiss.csongor.kiss@gmail.com +category: Generics, Records, Lens +build-type: Simple +cabal-version: >= 1.10 +Tested-With: GHC == 8.0.2, GHC == 8.2.1 + +extra-source-files: ChangeLog.md + , examples/StarWars.hs + , examples/Examples.hs + , README.md + +library + exposed-modules: Data.Generics.Product + , Data.Generics.Product.Any + , Data.Generics.Product.Fields + , Data.Generics.Product.Positions + , Data.Generics.Product.Subtype + , Data.Generics.Product.Typed + --, Data.Generics.Labels + + , Data.Generics.Sum + , Data.Generics.Sum.Any + , Data.Generics.Sum.Constructors + , Data.Generics.Sum.Typed + , Data.Generics.Sum.Subtype + , Data.Generics.Internal.Lens + + other-modules: Data.Generics.Internal.Families + , Data.Generics.Internal.Families.Changing + , Data.Generics.Internal.Families.Collect + , Data.Generics.Internal.Families.Has + , Data.Generics.Internal.HList + , Data.Generics.Internal.Void + + , Data.Generics.Sum.Internal.Constructors + , Data.Generics.Sum.Internal.Typed + , Data.Generics.Sum.Internal.Subtype + + , Data.Generics.Product.Internal.Fields + , Data.Generics.Product.Internal.Positions + , Data.Generics.Product.Internal.Subtype + , Data.Generics.Product.Internal.Typed + + build-depends: base >= 4.9 && < 4.16 + , profunctors >= 5.0 && <= 6.0 + , tagged >= 0.8 && <= 0.9 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +source-repository head + type: git + location: https://github.com/kcsongor/generic-lens + +test-suite generic-lens-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + + build-depends: base >= 4.9 && <= 5.0 + , generic-lens + , inspection-testing >= 0.1 + + default-language: Haskell2010 + ghc-options: -Wall + +test-suite generic-lens-test-25 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: 25.hs + + build-depends: base >= 4.9 && <= 5.0 + , generic-lens + , lens + + default-language: Haskell2010 + ghc-options: -Wall + +test-suite generic-lens-test-24 + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: 24.hs + + build-depends: base >= 4.9 && <= 5.0 + , generic-lens + , lens + + default-language: Haskell2010 + ghc-options: -Wall + +test-suite doctests + default-language: Haskell2010 + type: exitcode-stdio-1.0 + ghc-options: -threaded + main-is: doctest.hs + build-depends: base >4 && <5, doctest + hs-source-dirs: test + +benchmark generic-lens-bench + type: exitcode-stdio-1.0 + hs-source-dirs: benchmarks + main-is: Bench.hs + + build-depends: generic-lens + + , base >= 4.9 && <= 5.0 + , QuickCheck + , criterion + , deepseq + , lens + + default-language: Haskell2010 + ghc-options: -Wall