name: uo-stack version: 0.1.1 synopsis: A unique, ordered stack implementation description: This library implements a lazy stack structure that Only provides `insert` and `pop` functionality, and requres all elements in the stack to decend or ascend and to be unique. homepage: https://github.com/athanclark/uo-stack license: GPL-3 license-file: LICENSE author: Athan Clark maintainer: athan.clark@gmail.com category: Data build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library exposed-modules: Data.Stack.UniqueOrdered build-depends: base >=4.6 && <5 default-language: Haskell2010