---------------------------------------------------------------- -- wren ng thornton ~ 2010.05.31 ---------------------------------------------------------------- Name: list-extras Version: 0.4.0 Cabal-Version: >= 1.2 Build-Type: Simple Stability: stable Copyright: Copyright (c) 2007--2010 wren ng thornton License: BSD3 License-File: LICENSE Author: wren ng thornton Maintainer: wren@community.haskell.org Homepage: http://code.haskell.org/~wren/ Category: List Synopsis: Common not-so-common functions for lists Description: Common not-so-common functions for lists. . Since "Data.List.Extras" is prime realestate for extensions to "Data.List", if you have something you'd like to contribute feel free to contact the maintainer (I'm friendly). I'm amenable to adopting code if you think your functions aren't enough for a package on their own. Or if you would rather maintain a separate package I can share the @Data.List.Extras.Foo@ namespace. Flag preludeInBase Description: base-4.0 deprecated Prelude which is imported qualified Default: False Library Exposed-Modules: Prelude.Listless , Data.List.Extras , Data.List.Extras.Argmax , Data.List.Extras.LazyLength , Data.List.Extras.Pair if flag(preludeInBase) Build-Depends: base >= 4 else Build-Depends: base < 3 ---------------------------------------------------------------- ----------------------------------------------------------- fin.