packages feed

xml-push 0.0.0.7 → 0.0.0.8

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

src/Network/XmlPush/HttpPush/Tls.hs view
@@ -112,7 +112,7 @@ 				Just hi -> return hi 				_ -> retry 		(`Cl.run` g) $ do-			t <- Cl.open' h hn cs kcs ca+			t <- Cl.open h cs kcs ca 			runPipe_ $ fromTChan otc 				=$= filter isJust 				=$= convert fromJust
xml-push.cabal view
@@ -2,7 +2,7 @@ cabal-version:	>= 1.8  name:		xml-push-version:	0.0.0.7+version:	0.0.0.8 stability:	Experimenmtal author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -100,7 +100,7 @@ source-repository	this     type:	git     location:	git://github.com/YoshikuniJujo/xml-push.git-    tag:	xml-push-0.0.0.7+    tag:	xml-push-0.0.0.8  library     hs-source-dirs:	src