libghc-io-storage-prof
key-value store in the IO monad; profiling libraries
This library allows an application to extend the 'global state'
hidden inside the IO monad with semi-arbitrary data. Data is
required to be Typeable. The library provides an essentially
unbounded number of key-value stores indexed by strings, with
each key within the stores also being a string.
libkasten3controllers3
controllers Kasten library for Okteta
thunderbird-locale-sv
Swedish language pack for Thunderbird
libghc-haskelldb-hdbc-postgresql-prof
HaskellDB support for the HDBC PostgreSQL driver; profiling libraries
This library allows you to use the HaskellDB database abstraction library with
the PostgreSQL driver provided by the HDBC database driver interface suite.
fuse
Filesystem in Userspace (transitional package)
This is a transitional package. It can safely be removed.
libghc-safe-prof
Profiling library for safe (pattern match free) functions; profiling libraries
.
Partial functions from the base library, such as head and !!, modified to
return more descriptive error messages, programmer defined error messages,
Maybe wrapped results and default values. These functions can be used to
reduce the number of unsafe pattern matches in your code.