Name: llrbtree Version: 0.0.1 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE Synopsis: Left-Leaning Red-Black Tree Description: Left-Leaning Red-Black Tree Category: Data Cabal-Version: >= 1.6 Build-Type: Simple library if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Exposed-Modules: Data.RBTree Data.RBTree.LL Build-Depends: base >= 4 && < 5 Source-Repository head Type: git Location: https://github.com/kazu-yamamoto/llrbtree