packages feed

Cabal revisions of logging-effect-extra-1.0.0

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

revision 1
--- This file has been generated from package.yaml by hpack version 0.17.1.------ see: https://github.com/sol/hpack--name:           logging-effect-extra-version:        1.0.0-synopsis:       Batteries-included `logging-effect`.-description:    Batteries-included `logging-effect`.-category:       Other-homepage:       https://github.com/jship/logging-effect-extra#readme-bug-reports:    https://github.com/jship/logging-effect-extra/issues-maintainer:     Jason Shipman-license:        MIT-build-type:     Simple-cabal-version:  >= 1.10--extra-source-files:-    CHANGELOG.md-    LICENSE.md-    package.yaml-    README.md--source-repository head-  type: git-  location: https://github.com/jship/logging-effect-extra--library-  hs-source-dirs:-      library-  ghc-options: -Wall-  build-depends:-      base >=4.8 && <4.11-    , logging-effect >= 1.1.0 && <1.3-    , logging-effect-extra-file >= 1.0.0 && < 1.1.0-    , wl-pprint-text >=1.1.0.4 && <1.2-  exposed-modules:-      Control.Monad.Log.Extra-  default-language: Haskell2010--executable log-extra-  main-is: log-extra.hs-  hs-source-dirs:-      executable-  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N-  build-depends:-      base >=4.8 && <4.11-    , logging-effect-extra-  default-language: Haskell2010+-- This file has been generated from package.yaml by hpack version 0.17.1.
+--
+-- see: https://github.com/sol/hpack
+
+name:           logging-effect-extra
+version:        1.0.0
+x-revision: 1
+synopsis:       Supplemental packages for `logging-effect`.
+description:    Supplemental packages for `logging-effect`.
+category:       Other
+homepage:       https://github.com/jship/logging-effect-extra#readme
+bug-reports:    https://github.com/jship/logging-effect-extra/issues
+maintainer:     Jason Shipman
+license:        MIT
+build-type:     Simple
+cabal-version:  >= 1.10
+
+extra-source-files:
+    CHANGELOG.md
+    LICENSE.md
+    package.yaml
+    README.md
+
+source-repository head
+  type: git
+  location: https://github.com/jship/logging-effect-extra
+
+library
+  hs-source-dirs:
+      library
+  ghc-options: -Wall
+  build-depends:
+      base >=4.8 && <4.11
+    , logging-effect >= 1.1.0 && <1.3
+    , logging-effect-extra-file >= 1.0.0 && < 1.1.0
+    , wl-pprint-text >=1.1.0.4 && <1.2
+  exposed-modules:
+      Control.Monad.Log.Extra
+  default-language: Haskell2010
+
+executable log-extra
+  main-is: log-extra.hs
+  hs-source-dirs:
+      executable
+  ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
+  build-depends:
+      base >=4.8 && <4.11
+    , logging-effect-extra
+  default-language: Haskell2010