Cabal revisions of lens-typelevel-0.1.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.0.------ see: https://github.com/sol/hpack------ hash: dfd21a7ef669689f415cd15d00ef83ac7337dda223309f4d30ee56efddc44c71--name: lens-typelevel-version: 0.1.0.1-synopsis: Type-level lenses using singletons-description: Type-level lenses using singletons and its defunctionalization system,- implemented using the same van Laarhoven encoding as the /lens/ package.- See README for more information.-category: Dependent Types, Lenses-homepage: https://github.com/mstksg/lens-typelevel#readme-bug-reports: https://github.com/mstksg/lens-typelevel/issues-author: Justin Le-maintainer: justin@jle.im-copyright: (c) Justin Le 2018-license: BSD3-license-file: LICENSE-tested-with: GHC >= 8.6 && < 8.8-build-type: Simple-extra-source-files:- README.md- CHANGELOG.md--source-repository head- type: git- location: https://github.com/mstksg/lens-typelevel--library- exposed-modules:- Data.Type.Lens- Data.Type.Lens.Example- Data.Type.Lens.Internal- other-modules:- Paths_lens_typelevel- hs-source-dirs:- src- ghc-options: -Wall -Wcompat- build-depends:- base >=4.12 && <5- , singletons >=2.5- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: dfd21a7ef669689f415cd15d00ef83ac7337dda223309f4d30ee56efddc44c71 + +name: lens-typelevel +version: 0.1.0.1 +x-revision: 1 +synopsis: Type-level lenses using singletons +description: Type-level lenses using singletons and its defunctionalization system, + implemented using the same van Laarhoven encoding as the /lens/ package. + See README for more information, and <https://mstksg.github.io/lens-typelevel/> for rendered off-hackage documentation. +category: Dependent Types, Lenses +homepage: https://github.com/mstksg/lens-typelevel#readme +bug-reports: https://github.com/mstksg/lens-typelevel/issues +author: Justin Le +maintainer: justin@jle.im +copyright: (c) Justin Le 2018 +license: BSD3 +license-file: LICENSE +tested-with: GHC >= 8.6 && < 8.8 +build-type: Simple +extra-source-files: + README.md + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/mstksg/lens-typelevel + +library + exposed-modules: + Data.Type.Lens + Data.Type.Lens.Example + Data.Type.Lens.Internal + other-modules: + Paths_lens_typelevel + hs-source-dirs: + src + ghc-options: -Wall -Wcompat + build-depends: + base >=4.12 && <5 + , singletons >=2.5 + default-language: Haskell2010
revision 2
name: lens-typelevel version: 0.1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Type-level lenses using singletons description: Type-level lenses using singletons and its defunctionalization system, implemented using the same van Laarhoven encoding as the /lens/ package. - See README for more information, and <https://mstksg.github.io/lens-typelevel/> for rendered off-hackage documentation. + See README for more information. category: Dependent Types, Lenses homepage: https://github.com/mstksg/lens-typelevel#readme bug-reports: https://github.com/mstksg/lens-typelevel/issues