fltkhs-themes 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~fltkhsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: fltkhs
API changes (from Hackage documentation)
- Graphics.UI.FLTK.Theme.Light: type DoubleWindow = CDoubleWindow WindowBase
+ Graphics.UI.FLTK.Theme.Light: type DoubleWindow = CDoubleWindow DoubleWindowBase
- Graphics.UI.FLTK.Theme.Light: type FillSlider = CFillSlider SliderBase
+ Graphics.UI.FLTK.Theme.Light: type FillSlider = CFillSlider FillSliderBase
- Graphics.UI.FLTK.Theme.Light: type Scrolled = CScrolled Group
+ Graphics.UI.FLTK.Theme.Light: type Scrolled = CScrolled ScrolledBase
Files
- fltkhs-themes.cabal +6/−5
fltkhs-themes.cabal view
@@ -1,11 +1,13 @@--- This file has been generated from package.yaml by hpack version 0.28.2.+cabal-version: 1.24++-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: 140888cae25937b0d1dc097459ba0ba8669ee46293f6a1087be31c19f814b6b3+-- hash: c93f13f154eafcef13f14812274bf1418a6cec2d3528790326033a59dcc80306 name: fltkhs-themes-version: 0.2.0.0+version: 0.2.0.1 synopsis: A set of themed widgets that provides drop in replacements to the ones in FLTKHS. description: Please see the README on Github at <https://github.com/deech/fltkhs-themes#readme> category: UI,Graphics,GUI,User Interfaces@@ -17,7 +19,6 @@ license: BSD3 license-file: LICENSE build-type: Custom-cabal-version: >= 1.24 extra-source-files: README.org extra-doc-files:@@ -94,7 +95,7 @@ build-depends: base >=4.7 && <5 , bytestring- , fltkhs >=0.8.0.0+ , fltkhs >=0.8.0.1 , load-font >=0.1.0.2 , text >=1.2.2.0 , vector >=0.12.0.1