packages feed

Cabal revisions of microlens-th-0.4.3.18

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                microlens-th-version:             0.4.3.18-synopsis:            Automatic generation of record lenses for microlens-description:-  This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).-  .-  This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/stevenfontanella/microlens#readme on Github>.-license:             BSD3-license-file:        LICENSE-author:              Eric Mertens, Edward Kmett, Artyom Kazak-maintainer:          Steven Fontanella <steven.fontanella@gmail.com>-homepage:            http://github.com/stevenfontanella/microlens-bug-reports:         http://github.com/stevenfontanella/microlens/issues-category:            Data, Lenses-build-type:          Simple-extra-source-files:-  CHANGELOG.md-cabal-version:       >=1.10-tested-with:-                     GHC==9.12.1-                     GHC==9.10.1-                     GHC==9.8.4-                     GHC==9.6.6-                     GHC==9.4.8-                     GHC==9.2.8-                     GHC==9.0.2-                     GHC==8.10.7-                     GHC==8.8.4-                     GHC==8.6.5-                     GHC==8.4.4-                     GHC==8.2.2-                     GHC==8.0.2--source-repository head-  type:                git-  location:            https://github.com/stevenfontanella/microlens.git--library-  exposed-modules:     Lens.Micro.TH-                       Lens.Micro.TH.Internal-  -- other-modules:-  -- other-extensions:-  build-depends:       base >=4.5 && <5-                     , microlens >=0.5.0 && <0.6-                     , containers >=0.5 && <0.9-                     , transformers-                     , template-haskell >=2.8 && <2.24-                     , th-abstraction >=0.4.1 && <0.8--  ghc-options:-    -Wall -fwarn-tabs-    -O2 -fdicts-cheap -funbox-strict-fields-    -fmax-simplifier-iterations=10--  hs-source-dirs:      src-  default-language:    Haskell2010-  default-extensions:  TypeOperators--test-suite templates-  type: exitcode-stdio-1.0-  main-is: templates.hs-  other-modules: T799 T917 T972-  ghc-options: -Wall -threaded-  hs-source-dirs: test--  build-depends: base, microlens, microlens-th, tagged--  default-language:    Haskell2010-  default-extensions:  TypeOperators+name:                microlens-th
+version:             0.4.3.18
+x-revision: 1
+synopsis:            Automatic generation of record lenses for microlens
+description:
+  This package lets you automatically generate lenses for data types; code was extracted from the lens package, and therefore generated lenses are fully compatible with ones generated by lens (and can be used both from lens and microlens).
+  .
+  This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/stevenfontanella/microlens#readme on Github>.
+license:             BSD3
+license-file:        LICENSE
+author:              Eric Mertens, Edward Kmett, Artyom Kazak
+maintainer:          Steven Fontanella <steven.fontanella@gmail.com>
+homepage:            http://github.com/stevenfontanella/microlens
+bug-reports:         http://github.com/stevenfontanella/microlens/issues
+category:            Data, Lenses
+build-type:          Simple
+extra-source-files:
+  CHANGELOG.md
+cabal-version:       >=1.10
+tested-with:
+                     GHC==9.12.1
+                     GHC==9.10.1
+                     GHC==9.8.4
+                     GHC==9.6.6
+                     GHC==9.4.8
+                     GHC==9.2.8
+                     GHC==9.0.2
+                     GHC==8.10.7
+                     GHC==8.8.4
+                     GHC==8.6.5
+                     GHC==8.4.4
+                     GHC==8.2.2
+                     GHC==8.0.2
+
+source-repository head
+  type:                git
+  location:            https://github.com/stevenfontanella/microlens.git
+
+library
+  exposed-modules:     Lens.Micro.TH
+                       Lens.Micro.TH.Internal
+  -- other-modules:
+  -- other-extensions:
+  build-depends:       base >=4.5 && <5
+                     , microlens >=0.5.0 && <0.6
+                     , containers >=0.5 && <0.9
+                     , transformers
+                     , template-haskell >=2.8 && <2.25
+                     , th-abstraction >=0.4.1 && <0.8
+
+  ghc-options:
+    -Wall -fwarn-tabs
+    -O2 -fdicts-cheap -funbox-strict-fields
+    -fmax-simplifier-iterations=10
+
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  default-extensions:  TypeOperators
+
+test-suite templates
+  type: exitcode-stdio-1.0
+  main-is: templates.hs
+  other-modules: T799 T917 T972
+  ghc-options: -Wall -threaded
+  hs-source-dirs: test
+
+  build-depends: base, microlens, microlens-th, tagged
+
+  default-language:    Haskell2010
+  default-extensions:  TypeOperators