packages feed

hoodle-builder 0.3.0 → 0.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~hoodle-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hoodle-types

API changes (from Hackage documentation)

+ Text.Hoodle.Builder: infixl 4 <>
+ Text.Hoodle.Builder.V0_1_1: infixl 4 <>
+ Text.Hoodle.Builder.V0_2_2: infixl 4 <>
+ Text.Hoodle.Builder.V0_3: infixl 4 <>

Files

hoodle-builder.cabal view
@@ -1,5 +1,5 @@ Name:		hoodle-builder-Version:	0.3.0+Version:	0.4 Synopsis:	text builder for hoodle file format  Description: 	This library builds text xoj format file from hoodle data structure License: 	BSD3@@ -19,11 +19,11 @@   ghc-options: 	-Wall -funbox-strict-fields -fno-warn-unused-do-bind -fno-warn-orphans   ghc-prof-options: -caf-all -auto-all   Build-Depends: -                   double-conversion >= 0.2.0.6,                    base == 4.*,                    blaze-builder >= 0.3,                     bytestring >= 0.9, -                   hoodle-types >= 0.3.0,+                   double-conversion >= 0.2.0.6,+                   hoodle-types >= 0.4,                    lens >= 2.5,                    strict >= 0.3,                     text > 0.11