[Pkg-haskell-commits] darcs: haskell-lens: New upstream version 3.1.

Clint Adams clint at debian.org
Sun Nov 4 14:47:59 UTC 2012


Sun Nov  4 14:44:20 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 3.1.
  Ignore-this: b2063554180faf9650827a9a02bf2759

    M ./changelog +6
    R ./patches/fix-droppingwhile-test.hs

Sun Nov  4 14:44:20 UTC 2012  Clint Adams <clint at debian.org>
  * New upstream version 3.1.
  Ignore-this: b2063554180faf9650827a9a02bf2759
diff -rN -u old-haskell-lens//changelog new-haskell-lens//changelog
--- old-haskell-lens//changelog	2012-11-04 14:47:59.079720623 +0000
+++ new-haskell-lens//changelog	2012-11-04 14:47:59.079720623 +0000
@@ -1,3 +1,9 @@
+haskell-lens (3.1-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 04 Nov 2012 09:43:19 -0500
+
 haskell-lens (3.0.5-1) experimental; urgency=low
 
   [ Joachim Breitner ]
diff -rN -u old-haskell-lens//patches/fix-droppingwhile-test.hs new-haskell-lens//patches/fix-droppingwhile-test.hs
--- old-haskell-lens//patches/fix-droppingwhile-test.hs	2012-11-04 14:47:59.079720623 +0000
+++ new-haskell-lens//patches/fix-droppingwhile-test.hs	1970-01-01 00:00:00.000000000 +0000
@@ -1,12 +0,0 @@
-Index: lens-3.0.5/src/Control/Lens/Fold.hs
-===================================================================
---- lens-3.0.5.orig/src/Control/Lens/Fold.hs	2012-10-26 08:11:27.000000000 +0000
-+++ lens-3.0.5/src/Control/Lens/Fold.hs	2012-10-29 20:50:22.381110350 +0000
-@@ -203,6 +203,7 @@
- -- [4,5,6]
- --
- -- >>> toListOf (droppingWhile (<=3) folded) [1,6,1]
-+-- [6]
- 
- droppingWhile :: (Gettable f, Applicative f)
-               => (c -> Bool)





More information about the Pkg-haskell-commits mailing list