packages feed

Cabal revisions of strict-containers-lens-0.2

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

revision 1
-Name:           strict-containers-lens-Version:        0.2-Synopsis:       Strict containers - Lens instances-Category:       Data, Data Structures, Lenses-Description:-  This package provides @lens@ utilities and instances for @strict-containers@.-License:        BSD3-License-File:   LICENSE-Maintainer:     Ximin Luo <infinity0@pwned.gg>-Copyright:      (c) 2021 by Ximin Luo-Homepage:       https://github.com/haskellari/strict-containers-Cabal-Version: >= 1.10-Build-type:     Simple-extra-source-files:-    CHANGELOG.md-tested-with:-  GHC ==8.2.2-   || ==8.4.4-   || ==8.6.5-   || ==8.8.4-   || ==8.10.7-   || ==9.0.2-   || ==9.2.4-   || ==9.4.2--library-  default-language: Haskell2010-  hs-source-dirs:   src-  ghc-options:      -Wall--  build-depends:-      base                  >= 4.5.0.0  && < 5-    , hashable              >= 1.2.7.0  && < 1.5-    , strict-containers     >= 0.2-    , lens                  >= 4.19     && < 6--  exposed-modules:-    Data.Strict.Containers.Lens-    Data.Strict.HashMap.Lens-    Data.Strict.IntMap.Lens-    Data.Strict.Map.Lens-    Data.Strict.Sequence.Lens-    Data.Strict.Vector.Lens+Name:           strict-containers-lens
+Version:        0.2
+x-revision: 1
+Synopsis:       Strict containers - Lens instances
+Category:       Data, Data Structures, Lenses
+Description:
+  This package provides @lens@ utilities and instances for @strict-containers@.
+License:        BSD3
+License-File:   LICENSE
+Maintainer:     Ximin Luo <infinity0@pwned.gg>
+Copyright:      (c) 2021 by Ximin Luo
+Homepage:       https://github.com/haskellari/strict-containers
+Cabal-Version: >= 1.10
+Build-type:     Simple
+extra-source-files:
+    CHANGELOG.md
+tested-with:
+  GHC ==8.2.2
+   || ==8.4.4
+   || ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.4
+   || ==9.4.2
+
+library
+  default-language: Haskell2010
+  hs-source-dirs:   src
+  ghc-options:      -Wall
+
+  build-depends:
+      base                  >= 4.5.0.0  && < 5
+    , hashable              >= 1.2.7.0  && < 1.6
+    , strict-containers     >= 0.2
+    , lens                  >= 4.19     && < 6
+
+  exposed-modules:
+    Data.Strict.Containers.Lens
+    Data.Strict.HashMap.Lens
+    Data.Strict.IntMap.Lens
+    Data.Strict.Map.Lens
+    Data.Strict.Sequence.Lens
+    Data.Strict.Vector.Lens