cabal-version: 2.4 name: bytelog version: 0.1.3.1 synopsis: Fast logging description: Fast logging. homepage: https://github.com/byteverse/bytelog bug-reports: https://github.com/byteverse/bytelog/issues license: BSD-3-Clause license-file: LICENSE author: Andrew Martin maintainer: amartin@layer3com.com copyright: 2020 Andrew Martin category: Data build-type: Simple extra-doc-files: CHANGELOG.md common build-settings default-language: Haskell2010 ghc-options: -Wall -Wunused-packages library import: build-settings exposed-modules: Logger build-depends: , base >=4.12 && <5 , bytebuild >=0.3.4 , byteslice >=0.2.2 , natural-arithmetic >=0.1.2 , posix-api >=0.3.4 , primitive >=0.7 hs-source-dirs: src ghc-options: -O2 source-repository head type: git location: git://github.com/byteverse/bytelog.git