From 2341a0e9fb26a8a88dd606fd442367068a4b718a Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 8 Jun 2014 07:58:11 +0300 Subject: [PATCH] Updated bytes patch --- patching/patches/{bytes-0.14.patch => bytes-0.14.0.1.patch} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename patching/patches/{bytes-0.14.patch => bytes-0.14.0.1.patch} (84%) diff --git a/patching/patches/bytes-0.14.patch b/patching/patches/bytes-0.14.0.1.patch similarity index 84% rename from patching/patches/bytes-0.14.patch rename to patching/patches/bytes-0.14.0.1.patch index 4c8234c7..8752810a 100644 --- a/patching/patches/bytes-0.14.patch +++ b/patching/patches/bytes-0.14.0.1.patch @@ -1,6 +1,6 @@ diff -ru orig/src/Data/Bytes/Serial.hs new/src/Data/Bytes/Serial.hs ---- orig/src/Data/Bytes/Serial.hs 2014-02-22 21:21:31.076773095 +0200 -+++ new/src/Data/Bytes/Serial.hs 2014-02-22 21:21:29.000000000 +0200 +--- orig/src/Data/Bytes/Serial.hs 2014-06-08 07:58:00.820951939 +0300 ++++ new/src/Data/Bytes/Serial.hs 2014-06-08 07:58:00.000000000 +0300 @@ -58,7 +58,9 @@ import Data.Int import Data.Bits