roundtrip-string 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~mtldep ~parsecdep ~roundtrip
Dependency ranges changed: mtl, parsec, roundtrip
Files
- roundtrip-string.cabal +5/−5
roundtrip-string.cabal view
@@ -1,5 +1,5 @@ Name: roundtrip-string-Version: 0.1.0.0+Version: 0.1.0.1 Synopsis: Bidirectional (de-)serialization Description: Roundtrip allows the definition of bidirectional (de-)serialization specifications. This package provides@@ -22,7 +22,7 @@ Text.Roundtrip.Parser , Text.Roundtrip.Printer Build-depends:- base == 4.*- , mtl >= 1.1.1.1- , parsec == 3.1.*- , roundtrip == 0.2.*+ base >= 4 && < 5+ , mtl+ , parsec+ , roundtrip