Cabal revisions of co-log-concurrent-0.5.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.4-name: co-log-concurrent-version: 0.5.1.0-synopsis: Asynchronous backend for co-log library-description: Buiding block for writing asynchronous logger pipelines.-homepage: https://github.com/qnikst/co-log-concurrent/-bug-reports: https://github.com/qnikst/co-log-concurrent/issues-license: MPL-2.0-author: Alexander Vershilov-maintainer: alexander.vershilov@sirius.online-copyright: 2018-2020 Kowainik, 2020 Alexander Vershilov-category: Logging, Contravariant, Comonad-stability: provisional-build-type: Simple-extra-source-files: CHANGELOG.markdown- README.markdown--source-repository head- type: git- location: https://github.com/cheopslab/co-log-concurrent.git--common common-options- build-depends: base >= 4.10.1.0 && < 4.16-- ghc-options: -Wall- -Wincomplete-uni-patterns- -Wincomplete-record-updates- -Wcompat- -Widentities- -Wredundant-constraints- -fhide-source-paths- -freverse-errors- -Wpartial-fields- if impl(ghc >= 8.8.1)- ghc-options: -Wmissing-deriving-strategies- -Werror=missing-deriving-strategies-- default-language: Haskell2010- default-extensions: ConstraintKinds- DerivingStrategies- DeriveGeneric- GeneralizedNewtypeDeriving- LambdaCase- OverloadedStrings- RecordWildCards- ScopedTypeVariables- StandaloneDeriving- TupleSections- TypeApplications- ViewPatterns--library- import: common-options- hs-source-dirs: src- exposed-modules: Colog.Concurrent- Colog.Concurrent.Internal-- build-depends: co-log-core ^>= 0.2.1.0- , stm >= 2.4 && < 2.6- default-language: Haskell2010- default-extensions: ConstraintKinds- DerivingStrategies- DeriveGeneric- GeneralizedNewtypeDeriving- LambdaCase- OverloadedStrings- RecordWildCards- ScopedTypeVariables- StandaloneDeriving- TupleSections- TypeApplications- ViewPatterns-+cabal-version: 2.4 +name: co-log-concurrent +version: 0.5.1.0 +x-revision: 1 +synopsis: Asynchronous backend for co-log library +description: Buiding block for writing asynchronous logger pipelines. +homepage: https://github.com/qnikst/co-log-concurrent/ +bug-reports: https://github.com/qnikst/co-log-concurrent/issues +license: MPL-2.0 +author: Alexander Vershilov +maintainer: alexander.vershilov@sirius.online +copyright: 2018-2020 Kowainik, 2020 Alexander Vershilov +category: Logging, Contravariant, Comonad +stability: provisional +build-type: Simple +extra-source-files: CHANGELOG.markdown + README.markdown + +source-repository head + type: git + location: https://github.com/cheopslab/co-log-concurrent.git + +common common-options + build-depends: base >= 4.10.1.0 && < 4.16 + + ghc-options: -Wall + -Wincomplete-uni-patterns + -Wincomplete-record-updates + -Wcompat + -Widentities + -Wredundant-constraints + -fhide-source-paths + -freverse-errors + -Wpartial-fields + if impl(ghc >= 8.8.1) + ghc-options: -Wmissing-deriving-strategies + -Werror=missing-deriving-strategies + + default-language: Haskell2010 + default-extensions: ConstraintKinds + DerivingStrategies + DeriveGeneric + GeneralizedNewtypeDeriving + LambdaCase + OverloadedStrings + RecordWildCards + ScopedTypeVariables + StandaloneDeriving + TupleSections + TypeApplications + ViewPatterns + +library + import: common-options + hs-source-dirs: src + exposed-modules: Colog.Concurrent + Colog.Concurrent.Internal + + build-depends: co-log-core ^>= 0.3 + , stm >= 2.4 && < 2.6 + default-language: Haskell2010 + default-extensions: ConstraintKinds + DerivingStrategies + DeriveGeneric + GeneralizedNewtypeDeriving + LambdaCase + OverloadedStrings + RecordWildCards + ScopedTypeVariables + StandaloneDeriving + TupleSections + TypeApplications + ViewPatterns +
revision 2
cabal-version: 2.4 name: co-log-concurrent version: 0.5.1.0 -x-revision: 1 +x-revision: 2 synopsis: Asynchronous backend for co-log library description: Buiding block for writing asynchronous logger pipelines. homepage: https://github.com/qnikst/co-log-concurrent/ location: https://github.com/cheopslab/co-log-concurrent.git common common-options - build-depends: base >= 4.10.1.0 && < 4.16 + build-depends: base >= 4.10.1.0 && < 4.18 ghc-options: -Wall -Wincomplete-uni-patterns
revision 3
cabal-version: 2.4 name: co-log-concurrent version: 0.5.1.0 -x-revision: 2 +x-revision: 3 synopsis: Asynchronous backend for co-log library description: Buiding block for writing asynchronous logger pipelines. homepage: https://github.com/qnikst/co-log-concurrent/ location: https://github.com/cheopslab/co-log-concurrent.git common common-options - build-depends: base >= 4.10.1.0 && < 4.18 + build-depends: base >= 4.10.1.0 && < 4.19 ghc-options: -Wall -Wincomplete-uni-patterns