list-extras 0.2.2 → 0.2.2.1
raw patch · 6 files changed
+15/−8 lines, 6 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/List/Extras.hs +1/−1
- Data/List/Extras/Argmax.hs +1/−1
- Data/List/Extras/LazyLength.hs +9/−2
- Data/List/Extras/Pair.hs +1/−1
- Prelude/Listless.hs +1/−1
- list-extras.cabal +2/−2
Data/List/Extras.hs view
@@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -Wall -Werror #-}+{-# OPTIONS_GHC -Wall -fwarn-tabs #-} ---------------------------------------------------------------- -- ~ 2008.07.25
Data/List/Extras/Argmax.hs view
@@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -Wall -Werror #-}+{-# OPTIONS_GHC -Wall -fwarn-tabs #-} ---------------------------------------------------------------- -- ~ 2008.08.17
Data/List/Extras/LazyLength.hs view
@@ -1,10 +1,17 @@ -{-# OPTIONS_GHC -Wall -Werror #-}+-- 2008.10.12: GHC 6.10 breaks -fno-warn-orphans so that it no+-- longer suppresses the warnings for orphaned RULES. Hence -Werror+-- will make things crash on those systems, and even if that's+-- removed then -Wall will send up too many false positives which+-- may disconcert users. So now this file is now running without+-- linting. Eheu!+{-# OPTIONS_GHC -fwarn-tabs #-}+ -- We need this in order to ensure the rules are picked up {-# OPTIONS_GHC -O2 -fglasgow-exts #-} ------------------------------------------------------------------- ~ 2008.08.17+-- ~ 2008.08.23 -- | -- Module : Data.List.Extras.LazyLength -- Copyright : Copyright (c) 2007--2008 wren ng thornton
Data/List/Extras/Pair.hs view
@@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -Wall -Werror #-}+{-# OPTIONS_GHC -Wall -fwarn-tabs #-} ---------------------------------------------------------------- -- ~ 2008.08.12
Prelude/Listless.hs view
@@ -1,5 +1,5 @@ -{-# OPTIONS_GHC -Wall -Werror #-}+{-# OPTIONS_GHC -Wall -fwarn-tabs #-} ---------------------------------------------------------------- -- ~ 2008.07.20
list-extras.cabal view
@@ -1,9 +1,9 @@ ------------------------------------------------------------------- wren ng thornton <wren@community.haskell.org> ~ 2008.08.17+-- wren ng thornton <wren@community.haskell.org> ~ 2008.10.12 ---------------------------------------------------------------- Name: list-extras-Version: 0.2.2+Version: 0.2.2.1 Cabal-Version: >= 1.2 Build-Type: Simple Stability: stable