packages feed

Cabal revisions of base16-lens-0.1.3.1

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

revision 1
-cabal-version:      2.0-name:               base16-lens-version:            0.1.3.1-synopsis:           Optics for the Base16 library-description:        Prisms and pattern synonyms for the Base16 library-homepage:           https://github.com/emilypi/base16-lens-bug-reports:        https://github.com/emilypi/base16-lens/issues-license:            BSD3-license-file:       LICENSE-author:             Emily Pillmore-maintainer:         Emily Pillmore <emilypi@cohomolo.gy>-copyright:          (c) 2020-2021 Emily Pillmore-category:           Data-build-type:         Custom-extra-source-files:-  CHANGELOG.md-  README.md--tested-with:-  GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4--source-repository head-  type:     git-  location: https://github.com/emilypi/base16-lens.git--custom-setup-  setup-depends:-      base           >=4.10 && <5-    , Cabal-    , cabal-doctest--library-  exposed-modules:-    Data.ByteString.Base16.Lens-    Data.ByteString.Lazy.Base16.Lens-    Data.ByteString.Short.Base16.Lens-    Data.Text.Encoding.Base16.Error.Lens-    Data.Text.Encoding.Base16.Lens-    Data.Text.Lazy.Encoding.Base16.Lens-    Data.Text.Short.Encoding.Base16.Lens--  build-depends:-      base        >=4.10 && <5-    , base16      ^>=0.3-    , bytestring  ^>=0.10-    , lens        >=4    && <5.1-    , text        ^>=1.2-    , text-short  ^>=0.1--  hs-source-dirs:   src-  default-language: Haskell2010-  ghc-options:      -Wall+cabal-version:      2.0
+name:               base16-lens
+version:            0.1.3.1
+x-revision: 1
+synopsis:           Optics for the Base16 library
+description:        Prisms and pattern synonyms for the Base16 library
+homepage:           https://github.com/emilypi/base16-lens
+bug-reports:        https://github.com/emilypi/base16-lens/issues
+license:            BSD3
+license-file:       LICENSE
+author:             Emily Pillmore
+maintainer:         Emily Pillmore <emilypi@cohomolo.gy>
+copyright:          (c) 2020-2021 Emily Pillmore
+category:           Data
+build-type:         Custom
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+tested-with:
+  GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4
+
+source-repository head
+  type:     git
+  location: https://github.com/emilypi/base16-lens.git
+
+custom-setup
+  setup-depends:
+      base           >=4.10 && <5
+    , Cabal
+    , cabal-doctest
+
+library
+  exposed-modules:
+    Data.ByteString.Base16.Lens
+    Data.ByteString.Lazy.Base16.Lens
+    Data.ByteString.Short.Base16.Lens
+    Data.Text.Encoding.Base16.Error.Lens
+    Data.Text.Encoding.Base16.Lens
+    Data.Text.Lazy.Encoding.Base16.Lens
+    Data.Text.Short.Encoding.Base16.Lens
+
+  build-depends:
+      base        >=4.10 && <5
+    , base16      ^>=0.3
+    , bytestring  ^>=0.10
+    , lens        ^>=5
+    , text        ^>=1.2
+    , text-short  ^>=0.1
+
+  hs-source-dirs:   src
+  default-language: Haskell2010
+  ghc-options:      -Wall