packages feed

xml-pipe 0.0.0.5 → 0.0.0.6

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~simple-pipe

Dependency ranges changed: simple-pipe

Files

xml-pipe.cabal view
@@ -2,7 +2,7 @@ cabal-version:	>= 1.8  name:		xml-pipe-version:	0.0.0.5+version:	0.0.0.6 stability:	Experimental author:		Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -110,7 +110,7 @@ source-repository	this     type:	git     location:	git://github.com/YoshikuniJujo/xml-pipe.git-    tag:	xml-pipe-0.0.0.5+    tag:	xml-pipe-0.0.0.6  library     hs-source-dirs:	src@@ -118,7 +118,7 @@     other-modules:         Text.XML.XmlEvent, Text.XML.Lexer, Text.XML.Papillon, Text.XML.XmlCreate     build-depends:-        base == 4.*, bytestring == 0.10.*, simple-pipe == 0.0.0.6,+        base == 4.*, bytestring == 0.10.*, simple-pipe == 0.0.0.*,         papillon == 0.1.*     ghc-options:	-Wall     extensions:		DoAndIfThenElse, PatternGuards