packages feed

list-extras 0.4.1.3 → 0.4.1.4

raw patch · 9 files changed

+32/−32 lines, 9 files

Files

+ CHANGELOG view
@@ -0,0 +1,21 @@+0.4.1 (2012-09-26):+    - Prelude.Listless: Guarded re-export of Prelude.catch with CPP+0.4.0.1 (2010-05-31):+    - Fixed some typos in the cabal file regarding base and the Prelude+0.4.0 (2010-05-31):+    - Added Data.List.Extras.list (by Tom Lokhorst)+    - Changed the type of Data.List.Extras.Pair.zipBy to be correct++0.3.0 (2009-04-02):+    - Relaxed type for Data.List.Extras.Pair.pairBy+    - Removed rewrite rules for Data.List.Extras.LazyLength.*++0.2.2.1 (2008-10-12):+    - Now compiles under GHC 6.10+0.2.1 (2008-08-17):+    - Rewrite rules for Data.List.Extras.LazyLength.* actually get picked up+0.2.0 (2008-07-26):+    - Overhauled Data.List.Extras.Argmax++0.1.0 (2008-07-21):+    - Initial public release
Data/List/Extras.hs view
@@ -3,7 +3,7 @@ --                                                  ~ 2010.04.05 -- | -- Module      :  Data.List.Extras--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  stable
Data/List/Extras/Argmax.hs view
@@ -3,7 +3,7 @@ --                                                  ~ 2010.10.15 -- | -- Module      :  Data.List.Extras.ArgMax--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  experimental
Data/List/Extras/LazyLength.hs view
@@ -19,7 +19,7 @@ --                                                  ~ 2009.04.02 -- | -- Module      :  Data.List.Extras.LazyLength--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  stable
Data/List/Extras/Pair.hs view
@@ -3,7 +3,7 @@ --                                                  ~ 2010.11.15 -- | -- Module      :  Data.List.Extras.Pair--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  stable
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2007--2013, wren ng thornton.+Copyright (c) 2007--2013, wren gayle romano. ALL RIGHTS RESERVED.  Redistribution and use in source and binary forms, with or without
Prelude/Listless.hs view
@@ -4,7 +4,7 @@ --                                                  ~ 2012.09.26 -- | -- Module      :  Prelude.Listless--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano -- License     :  BSD3 -- Maintainer  :  wren@community.haskell.org -- Stability   :  stable
− VERSION
@@ -1,21 +0,0 @@-0.4.1 (2012-09-26):-    - Prelude.Listless: Guarded re-export of Prelude.catch with CPP-0.4.0.1 (2010-05-31):-    - Fixed some typos in the cabal file regarding base and the Prelude-0.4.0 (2010-05-31):-    - Added Data.List.Extras.list (by Tom Lokhorst)-    - Changed the type of Data.List.Extras.Pair.zipBy to be correct--0.3.0 (2009-04-02):-    - Relaxed type for Data.List.Extras.Pair.pairBy-    - Removed rewrite rules for Data.List.Extras.LazyLength.*--0.2.2.1 (2008-10-12):-    - Now compiles under GHC 6.10-0.2.1 (2008-08-17):-    - Rewrite rules for Data.List.Extras.LazyLength.* actually get picked up-0.2.0 (2008-07-26):-    - Overhauled Data.List.Extras.Argmax--0.1.0 (2008-07-21):-    - Initial public release
list-extras.cabal view
@@ -1,5 +1,5 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30+-- wren gayle romano <wren@community.haskell.org>   ~ 2015.05.30 ----------------------------------------------------------------  -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:@@ -8,12 +8,12 @@ Build-Type:     Simple  Name:           list-extras-Version:        0.4.1.3+Version:        0.4.1.4 Stability:      stable Homepage:       http://code.haskell.org/~wren/-Author:         wren ng thornton+Author:         wren gayle romano Maintainer:     wren@community.haskell.org-Copyright:      Copyright (c) 2007--2013 wren ng thornton+Copyright:      Copyright (c) 2007--2015 wren gayle romano License:        BSD3 License-File:   LICENSE @@ -33,7 +33,7 @@ Tested-With:     GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0 Extra-source-files:-    VERSION+    CHANGELOG Source-Repository head     Type:     darcs     Location: http://community.haskell.org/~wren/list-extras