circular-0.3.1.1: circular.cabal
cabal-version: 1.12
name: circular
version: 0.3.1.1
license: BSD3
license-file: LICENSE
copyright: Dominik Schrempf (2020)
maintainer: dominik.schrempf@gmail.com
author: Dominik Schrempf
homepage: https://github.com/dschrempf/circular#readme
bug-reports: https://github.com/dschrempf/circular/issues
synopsis: Circular fixed-sized mutable vectors
description:
Please see the README at <https://github.com/dschrempf/circular#readme>
category: Math, Data Structures
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/dschrempf/circular
library
exposed-modules: Data.Stack.Circular
hs-source-dirs: src
other-modules: Paths_circular
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
build-depends:
aeson >=1.5.4.1 && <1.6,
base >=4.14.1.0 && <4.15,
primitive >=0.7.1.0 && <0.8,
vector >=0.12.1.2 && <0.13
test-suite circular-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
other-modules:
Data.Stack.CircularSpec
Paths_circular
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
build-depends:
QuickCheck >=2.13.2 && <2.14,
aeson >=1.5.4.1 && <1.6,
base >=4.14.1.0 && <4.15,
circular -any,
hspec >=2.7.4 && <2.8,
primitive >=0.7.1.0 && <0.8,
quickcheck-instances >=0.3.23 && <0.4,
vector >=0.12.1.2 && <0.13
benchmark circular-bench
type: exitcode-stdio-1.0
main-is: Bench.hs
hs-source-dirs: bench
other-modules: Paths_circular
default-language: Haskell2010
ghc-options: -Wall -Wunused-packages
build-depends:
base >=4.14.1.0 && <4.15,
circular -any,
criterion >=1.5.7.0 && <1.6,
vector >=0.12.1.2 && <0.13