list-extras 0.1.0 → 0.1.1
raw patch · 6 files changed
+9/−8 lines, 6 files
Files
- Data/List/Extras.hs +1/−1
- Data/List/Extras/ArgMax.hs +1/−1
- Data/List/Extras/LazyLength.hs +1/−1
- Data/List/Extras/Pair.hs +1/−1
- Prelude/Listless.hs +1/−1
- list-extras.cabal +4/−3
Data/List/Extras.hs view
@@ -7,7 +7,7 @@ -- Module : Data.List.Extras -- Copyright : Copyright (c) 2007--2008 wren ng thornton -- License : BSD3--- Maintainer : wren@cpan.org+-- Maintainer : wren@community.haskell.org -- Stability : stable -- Portability : portable --
Data/List/Extras/ArgMax.hs view
@@ -7,7 +7,7 @@ -- Module : Data.List.Extras.ArgMax -- Copyright : Copyright (c) 2007--2008 wren ng thornton -- License : BSD3--- Maintainer : wren@cpan.org+-- Maintainer : wren@community.haskell.org -- Stability : experimental -- Portability : portable --
Data/List/Extras/LazyLength.hs view
@@ -7,7 +7,7 @@ -- Module : Data.List.Extras.LazyLength -- Copyright : Copyright (c) 2007--2008 wren ng thornton -- License : BSD3--- Maintainer : wren@cpan.org+-- Maintainer : wren@community.haskell.org -- Stability : stable -- Portability : portable --
Data/List/Extras/Pair.hs view
@@ -7,7 +7,7 @@ -- Module : Data.List.Extras.Pair -- Copyright : Copyright (c) 2007--2008 wren ng thornton -- License : BSD3--- Maintainer : wren@cpan.org+-- Maintainer : wren@community.haskell.org -- Stability : stable -- Portability : portable --
Prelude/Listless.hs view
@@ -7,7 +7,7 @@ -- Module : Prelude.Listless -- Copyright : Copyright (c) 2007--2008 wren ng thornton -- License : BSD3--- Maintainer : wren@cpan.org+-- Maintainer : wren@community.haskell.org -- Stability : stable -- Portability : portable --
list-extras.cabal view
@@ -1,9 +1,9 @@ ------------------------------------------------------------------- wren ng thornton <wren@cpan.org> ~ 2008.07.20+-- wren ng thornton <wren@cpan.org> ~ 2008.07.23 ---------------------------------------------------------------- Name: list-extras-Version: 0.1.0+Version: 0.1.1 Cabal-Version: >= 1.2 Build-Type: Simple Stability: stable@@ -11,7 +11,8 @@ License: BSD3 License-File: LICENSE Author: wren ng thornton-Maintainer: wren@cpan.org+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.