haxr 3000.10.4 → 3000.10.4.1
raw patch · 3 files changed
+6/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES +4/−0
- Network/XmlRpc/Internals.hs +1/−1
- haxr.cabal +1/−1
CHANGES view
@@ -1,3 +1,7 @@+* 3000.10.4.1 (22 February 2015)++ - Fix build on GHC 7.4+ * 3000.10.4 (22 February 2015) - Build on GHC 7.10
Network/XmlRpc/Internals.hs view
@@ -49,7 +49,7 @@ import Data.Time.Format import Data.Time.LocalTime import Numeric (showFFloat)-import Prelude hiding (showString)+import Prelude hiding (showString, catch) import System.IO.Unsafe (unsafePerformIO) import System.Time (CalendarTime(..))
haxr.cabal view
@@ -1,5 +1,5 @@ Name: haxr-Version: 3000.10.4+Version: 3000.10.4.1 Cabal-version: >=1.10 Build-type: Simple Copyright: Bjorn Bringert, 2003-2006