packages feed

bitset-word8-0.1.1.2: bitset-word8.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack

name:           bitset-word8
version:        0.1.1.2
synopsis:       Space efficient set of Word8 and some pre-canned sets useful for parsing HTTP
description:    Please see the README on GitHub at <https://github.com/nshimaza/bitset-word8#readme>
category:       Concurrency
homepage:       https://github.com/nshimaza/bitset-word8#readme
bug-reports:    https://github.com/nshimaza/bitset-word8/issues
author:         Naoto Shimazaki
maintainer:     Naoto.Shimazaki@gmail.com
copyright:      2017-2020 Naoto Shimazaki
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/nshimaza/bitset-word8

library
  exposed-modules:
      Data.BitSetWord8
      Data.BitSetWord8.CharSets
      Data.BitSetWord8.Internal
  other-modules:
      Paths_bitset_word8
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints
  build-depends:
      base >=4.7 && <5
    , containers
    , template-haskell
    , th-lift-instances
  default-language: Haskell2010

test-suite bitset-word8-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.BitSetWord8Spec
      Paths_bitset_word8
  hs-source-dirs:
      test
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      QuickCheck
    , base >=4.7 && <5
    , bitset-word8
    , containers
    , hspec
    , template-haskell
    , th-lift-instances
  default-language: Haskell2010

benchmark bitset-word8-bench
  type: exitcode-stdio-1.0
  main-is: Bench.hs
  other-modules:
      Paths_bitset_word8
  hs-source-dirs:
      bench
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bitset-word8
    , bytestring
    , containers
    , criterion
    , deepseq
    , template-haskell
    , th-lift-instances
    , vector
  default-language: Haskell2010