packages feed

bytelog-0.1.2.0: bytelog.cabal

cabal-version: 2.4
name: bytelog
version: 0.1.2.0
synopsis: Fast logging
bug-reports: https://github.com/byteverse/bytelog
license: BSD-3-Clause
license-file: LICENSE
author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com
copyright: 2020 Andrew Martin
category: Data
build-type: Simple
extra-source-files: CHANGELOG.md

library
  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 -Wall
  default-language: Haskell2010