dia-base 0.1.1.1 → 0.1.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Graphics.Diagrams: (.+., .*., .-.) :: Point -> Point -> Point
- Graphics.Diagrams: (>-<, ~~) :: Point -> Point -> Diagram
- Graphics.Diagrams: polygon, polyline :: [Point] -> Diagram
- Graphics.Diagrams: red, yellow, gray, white, black, blue, green :: Color
+ Graphics.Diagrams: (.*.) :: Point -> Point -> Point
+ Graphics.Diagrams: (.+.) :: Point -> Point -> Point
+ Graphics.Diagrams: (.-.) :: Point -> Point -> Point
+ Graphics.Diagrams: (>-<) :: Point -> Point -> Diagram
+ Graphics.Diagrams: (~~) :: Point -> Point -> Diagram
+ Graphics.Diagrams: black :: Color
+ Graphics.Diagrams: blue :: Color
+ Graphics.Diagrams: gray :: Color
+ Graphics.Diagrams: green :: Color
+ Graphics.Diagrams: polygon :: [Point] -> Diagram
+ Graphics.Diagrams: polyline :: [Point] -> Diagram
+ Graphics.Diagrams: red :: Color
+ Graphics.Diagrams: white :: Color
+ Graphics.Diagrams: yellow :: Color
Files
- dia-base.cabal +2/−2
dia-base.cabal view
@@ -1,5 +1,5 @@ name: dia-base-version: 0.1.1.1+version: 0.1.1.2 category: Graphics, Education synopsis: An EDSL for teaching Haskell with diagrams - data types description:@@ -27,7 +27,7 @@ Graphics.Diagrams Build-Depends:- base >= 4.0 && < 4.6,+ base >= 4.0 && < 4.7, deepseq >= 1.1 && < 1.4