packages feed

dia-base 0.1.1 → 0.1.1.1

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~basedep ~deepseqPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, deepseq

API changes (from Hackage documentation)

- 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
+ 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

Files

Graphics/Diagrams.hs view
@@ -18,7 +18,7 @@       -- ** Styles     , fill, stroke, strokeWidth, fontFamily, link       -- ** Combining diagrams-    , union, (<|>)+    , (<|>), union     , pack     ) where 
dia-base.cabal view
@@ -1,5 +1,5 @@ name:                dia-base-version:             0.1.1+version:             0.1.1.1 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.4,-    deepseq >= 1.1 && < 1.2+    base >= 4.0 && < 4.6,+    deepseq >= 1.1 && < 1.4