packages feed

combobuffer-0.2: combobuffer.cabal

Name:                combobuffer
Version:             0.2
Synopsis:            Various buffer implementations
Description:         Various buffer implementations
Homepage:            https://github.com/JohnLato/combobuffer
License:             BSD3
License-file:        LICENSE
Author:              John W. Lato
Maintainer:          jwlato@gmail.com
Category:            Data
Build-type:          Simple
Cabal-version:       >=1.6

Library
  Hs-Source-Dirs:     src
  Exposed-modules:    Data.RingBuffer
                     ,Data.RingBuffer.Chord
                     ,Data.RingBuffer.Class
                     ,Data.RingBuffer.ComboBuffer
                     ,Data.RingBuffer.MapBuffer
                     ,Data.RingBuffer.SeqBuffer
                     ,Data.RingBuffer.SVec
                     ,Data.RingBuffer.TGen
                     ,Data.RingBuffer.Vector

  Build-depends:      base         >= 3      && < 5
                     ,containers   >= 0.3    && < 0.6
                     ,template-haskell
                     -- ,type-level   >= 0.2    && < 0.3
                     -- ,tuple        >= 0.2    && < 0.3
                     ,vector       >= 0.5    && < 0.11
                     ,vector-space >= 0.7    && < 0.9
  
source-repository head
  type:                git
  location:            git@github.com:JohnLato/combobuffer.git