ot 0.1.2.1 → 0.1.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- ot.cabal +2/−2
ot.cabal view
@@ -1,5 +1,5 @@ Name: ot-Version: 0.1.2.1+Version: 0.1.2.2 Synopsis: Real-time collaborative editing with Operational Transformation -- A longer description of the package. -- Description: @@ -21,7 +21,7 @@ Hs-source-dirs: src Exposed-modules: Control.OperationalTransformation, Control.OperationalTransformation.List, Control.OperationalTransformation.Text, Control.OperationalTransformation.Properties, Control.OperationalTransformation.Client, Control.OperationalTransformation.Server Build-depends: base >= 4 && < 5,- text >= 1.0 && < 1.2,+ text >= 1.0 && < 1.3, aeson >= 0.7 && < 0.9, attoparsec >= 0.10.1.1 && < 1, QuickCheck >= 2.7 && < 2.8,