[Pkg-haskell-commits] darcs: haskell-lens: Actually remove patch from directory

Joachim Breitner mail at joachim-breitner.de
Fri May 9 19:40:59 UTC 2014


Fri May  9 19:17:29 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Actually remove patch from directory

    R ./patches/fix-doctest-float-implementations.diff

Fri May  9 19:17:29 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Actually remove patch from directory
diff -rN -u old-haskell-lens/patches/fix-doctest-float-implementations.diff new-haskell-lens/patches/fix-doctest-float-implementations.diff
--- old-haskell-lens/patches/fix-doctest-float-implementations.diff	2014-05-09 19:40:59.678128051 +0000
+++ new-haskell-lens/patches/fix-doctest-float-implementations.diff	1970-01-01 00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
-Description: Fix doctest with different float implementations
-Author: Johan Kiviniemi <devel at johan.kiviniemi.name>
-Origin: upstream, https://github.com/ekmett/lens/commit/ab2c8ee732ef09f713730ee8f431ef2f53535c3f
-Bug: https://github.com/ekmett/lens/issues/310
-Forwarded: not-needed
-Last-Update: 2013-06-17
-
---- a/src/Control/Lens/Setter.hs
-+++ b/src/Control/Lens/Setter.hs
-@@ -671,8 +671,8 @@
- -- >>> (a,b) & both **~ c
- -- (a**c,b**c)
- --
---- >>> _2 **~ pi $ (1,3)
---- (1,31.54428070019754)
-+-- >>> _2 **~ 10 $ (3,2)
-+-- (3,1024.0)
- --
- -- @
- -- ('**~') :: 'Floating' a => 'Setter'' s a    -> a -> s -> s




More information about the Pkg-haskell-commits mailing list