cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: little-logger version: 1.0.2 synopsis: Basic logging based on monad-logger description: Please see the README on GitHub at category: Logging homepage: https://github.com/ejconlon/little-logger#readme bug-reports: https://github.com/ejconlon/little-logger/issues author: Eric Conlon maintainer: ejconlon@gmail.com copyright: (c) 2022 Eric Conlon license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/ejconlon/little-logger library exposed-modules: LittleLogger other-modules: Paths_little_logger hs-source-dirs: src default-extensions: ConstraintKinds DerivingStrategies DerivingVia GeneralizedNewtypeDeriving ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds build-depends: base >=4.12 && <5 , microlens >=0.4 && <1 , monad-logger ==0.3.* , mtl >=2.2 && <3 , text >=1.2 && <2.1 , unliftio-core >=0.1.2.0 && <2 default-language: Haskell2010 test-suite little-logger-test type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Paths_little_logger hs-source-dirs: test default-extensions: ConstraintKinds DerivingStrategies DerivingVia GeneralizedNewtypeDeriving ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5 , directory >=1.3.6.0 && <1.4 , little-logger , microlens >=0.4 && <1 , monad-logger ==0.3.* , mtl >=2.2 && <3 , tasty >=1.2.3 && <2 , tasty-hunit >=0.10.0.2 && <1 , temporary ==1.3.* , text >=1.2 && <2.1 , unliftio-core >=0.1.2.0 && <2 default-language: Haskell2010