[Pkg-haskell-commits] darcs: haskell-tls-extra: Added patch: patches/pretend-lower-version This upstream release contains a bugfix that does not modify the ABI of the resulting library. To avoid having to recompile its reverse dependencies, we patch the .cabal file to pretend to be still version 0.4.6.

Joachim Breitner mail at joachim-breitner.de
Sun Jan 20 22:37:12 UTC 2013


Sun Jan 20 22:26:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Added patch: patches/pretend-lower-version This upstream release contains a bugfix that does not modify the ABI of the resulting library. To avoid having to recompile its reverse dependencies, we patch the .cabal file to pretend to be still version 0.4.6.
  Ignore-this: efa8a09c36bf2b7c1428212503d18b2a

    A! ./patches/
    A! ./patches/pretend-lower-version
    A! ./patches/series

Sun Jan 20 22:26:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Added patch: patches/pretend-lower-version This upstream release contains a bugfix that does not modify the ABI of the resulting library. To avoid having to recompile its reverse dependencies, we patch the .cabal file to pretend to be still version 0.4.6.
  Ignore-this: efa8a09c36bf2b7c1428212503d18b2a
diff -rN -u old-haskell-tls-extra//patches/pretend-lower-version new-haskell-tls-extra//patches/pretend-lower-version
--- old-haskell-tls-extra//patches/pretend-lower-version	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tls-extra//patches/pretend-lower-version	2013-01-20 22:37:11.918721844 +0000
@@ -0,0 +1,16 @@
+This upstream release contains a bugfix that does not modify the ABI of
+the resulting library. To avoid having to recompile its reverse
+dependencies, we patch the .cabal file to pretend to be still version
+0.4.6.
+
+Index: haskell-tls-extra-0.4.6.1/tls-extra.cabal
+===================================================================
+--- haskell-tls-extra-0.4.6.1.orig/tls-extra.cabal	2013-01-20 23:13:58.937092809 +0100
++++ haskell-tls-extra-0.4.6.1/tls-extra.cabal	2013-01-20 23:13:58.933092809 +0100
+@@ -1,5 +1,5 @@
+ Name:                tls-extra
+-Version:             0.4.6.1
++Version:             0.4.6
+ Description:
+    a set of extra definitions, default values and helpers for tls.
+ License:             BSD3
diff -rN -u old-haskell-tls-extra//patches/series new-haskell-tls-extra//patches/series
--- old-haskell-tls-extra//patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-tls-extra//patches/series	2013-01-20 22:37:11.922721354 +0000
@@ -0,0 +1 @@
+pretend-lower-version





More information about the Pkg-haskell-commits mailing list