Name: splay Version: 0.0.1 Author: dramforever Maintainer: dramforever License: BSD3 License-File: LICENSE Category: Data Structures Synopsis: (UNTESTED) Generic splay-based sequence representation Description: /WARNING/: This package is /untested/ and /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. Cabal-Version: >= 1.10 Build-Type: Simple Library Default-Language: Haskell2010 HS-Source-Dirs: src GHC-Options: -Wall -O2 Exposed-Modules: Data.Splay Other-Modules: Data.Splay.Internal Build-Depends: base >= 4 && < 5