packages feed

bitmasks-0: bitmasks.cabal

cabal-version: 2.2

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

name:           bitmasks
version:        0
synopsis:       Bitmasks for efficient storing of boolean flags
description:    Please see the README on GitHub at <https://github.com/AliceRixte/bitmasks#readme>
category:       data
homepage:       https://github.com/AliceRixte/bitmasks#readme
bug-reports:    https://github.com/AliceRixte/bitmasks/issues
author:         Alice Rixte
maintainer:     alice.rixte@u-bordeaux.fr
copyright:      (c) Alice Rixte 2025
license:        BSD-3-Clause
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
extra-doc-files:
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/AliceRixte/bitmasks

library
  exposed-modules:
      Data.Bitmask
      Data.Bitmask.Internal
  other-modules:
      Paths_bitmasks
  autogen-modules:
      Paths_bitmasks
  hs-source-dirs:
      src
  ghc-options: -Wall -threaded
  build-depends:
      base >=4.18 && <5
  default-language: Haskell2010

test-suite bitmasks-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.BitmaskSpec
      Data.Pizza
      Paths_bitmasks
  autogen-modules:
      Paths_bitmasks
  hs-source-dirs:
      test
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.14
    , base >=4.18 && <5
    , bitmasks
    , hspec >=2.11
  default-language: Haskell2010