name:                 sorted-list
version:              0.2.2.0
visibility:           public
id:                   sorted-list-0.2.2.0-7iQrs04xLQxEb5vPadNtbO
key:                  sorted-list-0.2.2.0-7iQrs04xLQxEb5vPadNtbO
license:              BSD-3-Clause
maintainer:           Daniel Casanueva (daniel.casanueva `at` proton.me)
author:               Daniel Casanueva (daniel.casanueva `at` proton.me)
synopsis:             Type-enforced sorted lists and related functions.
description:
    Type-enforced sorted lists and related functions.

    These are useful for:

    * Constraining the argument of a function to be a sorted list
    by stating in your type that the input list is a sorted list.

    * Avoiding sorting a list twice.

    * Creating a list that is sorted from the moment of its construction,
    so it doesn't have to be sorted later.

    * Performing list operations keeping the input list sorted.

    * Improving those list operations that can be
    benefited from the ordering of its elements.

    * Creating infinite lists that are sorted!

    * And more!

    If you are missing a feature, do not hesitate
    to ask by opening an issue at the bug-tracker.

category:             Data
abi:                  0cfecda72ed9a532771afe755b05d6bb
exposed:              True
exposed-modules:      Data.SortedList
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/sorted-list-0.2.2.0-7iQrs04xLQxEb5vPadNtbO

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/sorted-list-0.2.2.0-7iQrs04xLQxEb5vPadNtbO

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/sorted-list-0.2.2.0-7iQrs04xLQxEb5vPadNtbO

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/sorted-list-0.2.2.0

hs-libraries:         HSsorted-list-0.2.2.0-7iQrs04xLQxEb5vPadNtbO
depends:              base-4.20.0.0-inplace deepseq-1.5.0.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/sorted-list-0.2.2.0/html/sorted-list.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/sorted-list-0.2.2.0/html
