xdot 0.2.4.8 → 0.2.4.9
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~gtkPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: gtk
API changes (from Hackage documentation)
- Graphics.XDot.Types: alignment :: Operation -> Alignment
- Graphics.XDot.Types: baseline :: Operation -> Point
- Graphics.XDot.Types: bold :: Operation -> Bool
- Graphics.XDot.Types: filled :: Operation -> Bool
- Graphics.XDot.Types: h :: Operation -> Double
- Graphics.XDot.Types: instance Eq n => Eq (Object n)
- Graphics.XDot.Types: instance Show Alignment
- Graphics.XDot.Types: instance Show Operation
- Graphics.XDot.Types: instance Show n => Show (Object n)
- Graphics.XDot.Types: italic :: Operation -> Bool
- Graphics.XDot.Types: name :: Operation -> String
- Graphics.XDot.Types: points :: Operation -> [Point]
- Graphics.XDot.Types: rgba :: Operation -> (Double, Double, Double, Double)
- Graphics.XDot.Types: size :: Operation -> Double
- Graphics.XDot.Types: strikethrough :: Operation -> Bool
- Graphics.XDot.Types: style :: Operation -> String
- Graphics.XDot.Types: subscript :: Operation -> Bool
- Graphics.XDot.Types: superscript :: Operation -> Bool
- Graphics.XDot.Types: text :: Operation -> String
- Graphics.XDot.Types: underline :: Operation -> Bool
- Graphics.XDot.Types: w :: Operation -> Double
- Graphics.XDot.Types: width :: Operation -> Double
- Graphics.XDot.Types: xy :: Operation -> Point
+ Graphics.XDot.Types: [alignment] :: Operation -> Alignment
+ Graphics.XDot.Types: [baseline] :: Operation -> Point
+ Graphics.XDot.Types: [bold] :: Operation -> Bool
+ Graphics.XDot.Types: [filled] :: Operation -> Bool
+ Graphics.XDot.Types: [h] :: Operation -> Double
+ Graphics.XDot.Types: [italic] :: Operation -> Bool
+ Graphics.XDot.Types: [name] :: Operation -> String
+ Graphics.XDot.Types: [points] :: Operation -> [Point]
+ Graphics.XDot.Types: [rgba] :: Operation -> (Double, Double, Double, Double)
+ Graphics.XDot.Types: [size] :: Operation -> Double
+ Graphics.XDot.Types: [strikethrough] :: Operation -> Bool
+ Graphics.XDot.Types: [style] :: Operation -> String
+ Graphics.XDot.Types: [subscript] :: Operation -> Bool
+ Graphics.XDot.Types: [superscript] :: Operation -> Bool
+ Graphics.XDot.Types: [text] :: Operation -> String
+ Graphics.XDot.Types: [underline] :: Operation -> Bool
+ Graphics.XDot.Types: [w] :: Operation -> Double
+ Graphics.XDot.Types: [width] :: Operation -> Double
+ Graphics.XDot.Types: [xy] :: Operation -> Point
+ Graphics.XDot.Types: instance GHC.Classes.Eq n => GHC.Classes.Eq (Graphics.XDot.Types.Object n)
+ Graphics.XDot.Types: instance GHC.Show.Show Graphics.XDot.Types.Alignment
+ Graphics.XDot.Types: instance GHC.Show.Show Graphics.XDot.Types.Operation
+ Graphics.XDot.Types: instance GHC.Show.Show n => GHC.Show.Show (Graphics.XDot.Types.Object n)
Files
- xdot.cabal +3/−3
xdot.cabal view
@@ -1,5 +1,5 @@ name: xdot-version: 0.2.4.8+version: 0.2.4.9 license: BSD3 license-file: LICENSE category: Graphs, Graphics@@ -22,7 +22,7 @@ is now a separate project, in case anyone else may have a use for it. -tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1, GHC == 7.10.2+tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3 Extra-source-files: dot-examples/*.dot Library Exposed-modules: Graphics.XDot.Parser Graphics.XDot.Viewer Graphics.XDot.Types@@ -30,7 +30,7 @@ Build-depends: base == 4.*, mtl >= 2.0 && < 2.3, cairo >= 0.12 && < 0.14,- gtk >= 0.12 && < 0.14,+ gtk >= 0.12 && < 0.15, graphviz >= 2999.16 && < 2999.19, text >= 0.11 && < 1.3, polyparse >= 1.8 && < 1.12