queuelike-1.0.2: queuelike.cabal
name: queuelike
version: 1.0.2
synopsis: A library of queuelike data structures, both functional and stateful.
description: Contains several implementations of data structures implementing a /single-in, single-out/ paradigm. Intended to be a better, more useful replacement for pqueue-mtl.
tested-with: GHC
category: Algorithms
stability: experimental
bug-reports: mailto:wasserman.louis@gmail.com
license: BSD3
license-file: LICENSE
author: Louis Wasserman
maintainer: wasserman.louis@gmail.com
build-Depends: base, containers, mtl, array, stateful-mtl >= 1.0.7, utility-ht
build-type: Simple
Exposed-modules:
Data.Queue
Data.Queue.PQueue
Data.Queue.Class
Data.Queue.Instances
Data.Queue.Stack
Data.Queue.Queue
-- Data.Queue.SkewQueue
-- Data.Queue.SoftHeap
-- Data.Queue.IntQueue
Data.MQueue.Class
Data.MQueue.Heap
Data.MQueue.SyncQueue
Data.MQueue.Chan
Data.MQueue
other-modules:
Data.Queue.QueueHelpers
Data.MQueue.MonadHelpers
-- Data.Queue.Numeric
ghc-options: