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

Clint Adams clint at debian.org
Mon Mar 11 02:54:30 UTC 2013


Mon Mar 11 02:54:20 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 3.8.7.3.
  Ignore-this: 595097091d7e5380835c25eb89b3396e

    M ./changelog +6
    R ./patches/cope-with-bytestring-show-instance-change.diff
    M ./patches/no-transformers-compat.diff -4 +6
    M ./patches/series -1

Mon Mar 11 02:54:20 UTC 2013  Clint Adams <clint at debian.org>
  * New upstream version 3.8.7.3.
  Ignore-this: 595097091d7e5380835c25eb89b3396e
diff -rN -u old-haskell-lens//changelog new-haskell-lens//changelog
--- old-haskell-lens//changelog	2013-03-11 02:54:30.154053171 +0000
+++ new-haskell-lens//changelog	2013-03-11 02:54:30.154053171 +0000
@@ -1,3 +1,9 @@
+haskell-lens (3.8.7.3-1) experimental; urgency=low
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Mar 2013 22:08:12 -0400
+
 haskell-lens (3.8.5-1) experimental; urgency=low
 
   * New upstream version.
diff -rN -u old-haskell-lens//patches/cope-with-bytestring-show-instance-change.diff new-haskell-lens//patches/cope-with-bytestring-show-instance-change.diff
--- old-haskell-lens//patches/cope-with-bytestring-show-instance-change.diff	2013-03-11 02:54:30.154053171 +0000
+++ new-haskell-lens//patches/cope-with-bytestring-show-instance-change.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,13 +0,0 @@
-Index: lens-3.8.5/src/Data/ByteString/Lazy/Lens.hs
-===================================================================
---- lens-3.8.5.orig/src/Data/ByteString/Lazy/Lens.hs	2013-01-26 14:22:29.000000000 +0000
-+++ lens-3.8.5/src/Data/ByteString/Lazy/Lens.hs	2013-02-09 18:02:50.650439784 +0000
-@@ -35,7 +35,7 @@
- -- @
- --
- -- >>> [104,101,108,108,111]^.packedBytes
---- Chunk "hello" Empty
-+-- "hello"
- packedBytes :: Iso' [Word8] ByteString
- packedBytes = iso Words.pack unpackLazy
- {-# INLINE packedBytes #-}
diff -rN -u old-haskell-lens//patches/no-transformers-compat.diff new-haskell-lens//patches/no-transformers-compat.diff
--- old-haskell-lens//patches/no-transformers-compat.diff	2013-03-11 02:54:30.138050186 +0000
+++ new-haskell-lens//patches/no-transformers-compat.diff	2013-03-11 02:54:30.158037296 +0000
@@ -1,10 +1,12 @@
---- a/lens.cabal
-+++ b/lens.cabal
+Index: lens-3.8.7.3/lens.cabal
+===================================================================
+--- lens-3.8.7.3.orig/lens.cabal	2013-03-11 02:10:26.616146299 +0000
++++ lens-3.8.7.3/lens.cabal	2013-03-11 02:10:26.612146288 +0000
 @@ -187,7 +187,6 @@
      template-haskell          >= 2.4      && < 2.10,
      text                      >= 0.11     && < 0.12,
      transformers              >= 0.2      && < 0.4,
 -    transformers-compat       >= 0.1      && < 1,
      unordered-containers      >= 0.2      && < 0.3,
-     vector                    >= 0.9      && < 0.11
- 
+     vector                    >= 0.9      && < 0.11,
+     void                      >= 0.5      && < 1
diff -rN -u old-haskell-lens//patches/series new-haskell-lens//patches/series
--- old-haskell-lens//patches/series	2013-03-11 02:54:30.138050186 +0000
+++ new-haskell-lens//patches/series	2013-03-11 02:54:30.158037296 +0000
@@ -1,4 +1,3 @@
 fix-doctest-path.hs
 fudge-doctest-nonascii.diff
 no-transformers-compat.diff
-cope-with-bytestring-show-instance-change.diff





More information about the Pkg-haskell-commits mailing list