Name: splay Version: 0.0.6 Author: dramforever Maintainer: dramforever License: BSD3 License-File: LICENSE Category: Data Structures Synopsis: Generic splay-based sequence representation Description: /WARNING/: This package is /unstable/, do not use except for testing. . A general sequence representation with arbitary annotations, for use as a base for implementations of various collection types. . The splay operation in this package is implemented using a top-down approach. . Some parts of the documentation are based on those in the @containers@ and @fingertree@ package. Cabal-Version: >= 1.10 Build-Type: Simple Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: Data.Splay, Data.Splay.Sequence Build-Depends: base >= 4.7.0.0 && < 5 Source-Repository head Type: git Location: https://bitbucket.org/dramforever/splay.git