packages feed

bytestring-substring-0.1: bytestring-substring.cabal

cabal-version: 2.2
name:
  bytestring-substring
version:
  0.1
synopsis:
  break bytestrings up into substrings
description:
  break bytestrings up into substrings,
  uses karprabin. support for pipes included
homepage:
  https://github.com/chessai/bytestring-substring
bug-reports:
  https://github.com/chessai/bytestring-substring/issues
license:
  BSD-3-Clause
license-file:
  LICENSE
author:
  Andrew Martin
maintainer:
  Andrew Martin <andrew.thaddeus@gmail.com>
  chessai <chessai1996@gmail.com>
copyright:
  © 2019 Andrew Martin
category:
  Data, Parsing
build-type:
  Simple
extra-doc-files:
    README.md
  , CHANGELOG.md
tested-with:
  GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3

library
  hs-source-dirs:
    src
  exposed-modules:
    Data.ByteString.Substring
    Pipes.ByteString.Substring
  build-depends:
    , base >= 4.10.1 && < 4.13
    , bytestring >= 0.10 && < 0.11
    , pipes >= 4.3 && < 4.4
    , primitive >= 0.6.4 && < 0.7
  ghc-options:
    -Wall
    -O2
  default-language:
    Haskell2010

source-repository head
  type:
    git
  location:
    https://github.com/chessai/bytestring-substring.git