name:                 utility-ht
version:              0.0.17.1
visibility:           public
id:                   utility-ht-0.0.17.1-BJSz2Cemhov3Chs0PLC0cD
key:                  utility-ht-0.0.17.1-BJSz2Cemhov3Chs0PLC0cD
license:              BSD-3-Clause
maintainer:           Henning Thielemann <haskell@henning-thielemann.de>
author:               Henning Thielemann <haskell@henning-thielemann.de>
stability:            Stable
synopsis:
    Various small helper functions for Lists, Maybes, Tuples, Functions

description:
    Various small helper functions for Lists, Maybes, Tuples, Functions.
    Some of these functions are improved implementations of standard functions.
    They have the same name as their standard counterparts.
    Others are equivalent to functions from the @base@ package,
    but if you import them from this utility package
    then you can write code that runs on older GHC versions
    or other compilers like Hugs and JHC.

    All modules are plain Haskell 98.
    The package depends exclusively on the @base@ package
    and only that portions of @base@ that are simple to port.
    Thus you do not risk a dependency avalanche by importing it.
    However, further splitting the base package might invalidate this statement.

    Alternative packages: @Useful@, @MissingH@

category:             Data, List
abi:                  4139520ab5aca5520c75ef8a3fd97ef9
exposed:              True
exposed-modules:
    Control.Applicative.HT Control.Functor.HT Control.Monad.HT
    Data.Bits.HT Data.Bool.HT Data.Either.HT Data.Eq.HT
    Data.Function.HT Data.Ix.Enum Data.List.HT Data.List.Key
    Data.List.Match Data.List.Reverse.StrictElement
    Data.List.Reverse.StrictSpine Data.Maybe.HT Data.Monoid.HT
    Data.Ord.HT Data.Record.HT Data.Strictness.HT Data.String.HT
    Data.Tuple.HT Data.Tuple.Lazy Data.Tuple.Strict Text.Read.HT
    Text.Show.HT

hidden-modules:
    Data.Bool.HT.Private Data.List.HT.Private Data.List.Key.Private
    Data.List.Match.Private Data.List.Reverse.Private
    Data.Function.HT.Private Data.Record.HT.Private Data.Tuple.Example

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/utility-ht-0.0.17.1-BJSz2Cemhov3Chs0PLC0cD

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/utility-ht-0.0.17.1-BJSz2Cemhov3Chs0PLC0cD

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/utility-ht-0.0.17.1-BJSz2Cemhov3Chs0PLC0cD

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/utility-ht-0.0.17.1
hs-libraries:         HSutility-ht-0.0.17.1-BJSz2Cemhov3Chs0PLC0cD
depends:              base-4.19.1.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/utility-ht-0.0.17.1/html/utility-ht.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/utility-ht-0.0.17.1/html
