min-max-pqueue-0.1.0.0: min-max-pqueue.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: b4c26d035b2f2c698fa2c783190f06ef770dca9eb7fe551a97330979179847a1
name: min-max-pqueue
version: 0.1.0.0
synopsis: Double-ended priority queues.
description: Min-max priority queues, also known as double-ended priority queues.
category: Data Structures
homepage: https://github.com/zliu41/min-max-pqueue#readme
bug-reports: https://github.com/zliu41/min-max-pqueue/issues
author: Ziyang Liu <free@cofree.io>
maintainer: Ziyang Liu <free@cofree.io>
copyright: 2019 Ziyang Liu
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/zliu41/min-max-pqueue
library
exposed-modules:
Data.IntMinMaxQueue
Data.MinMaxQueue
other-modules:
Paths_min_max_pqueue
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, containers >=0.5.11 && <0.7
default-language: Haskell2010
test-suite hedgehog
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
IntMinMaxQueueSpec
MinMaxQueueSpec
Paths_min_max_pqueue
hs-source-dirs:
test/hedgehog
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers >=0.5.11 && <0.7
, hedgehog >=0.6.1 && <0.7
, min-max-pqueue
default-language: Haskell2010
benchmark benchmark
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
SeqQueue
Paths_min_max_pqueue
hs-source-dirs:
benchmark
build-depends:
base >=4.7 && <5
, containers >=0.5.11 && <0.7
, criterion >=1.4.1 && <1.6
, integer-logarithms >=1.0.2.2 && <1.1
, min-max-pqueue
, random >=1.1 && <1.2
default-language: Haskell2010