lgtk 0.8 → 0.8.0.1
raw patch · 2 files changed
+25/−21 lines, 2 filesdep −JuicyPixelsdep ~GLFW-bdep ~OpenGLRawdep ~cairo
Dependencies removed: JuicyPixels
Dependency ranges changed: GLFW-b, OpenGLRaw, cairo, colour, containers, diagrams-cairo, diagrams-lib, directory, filepath, fsnotify, groups, lens, monad-control, mtl, operational, semigroups, system-filepath, transformers, vector
Files
- changelog +4/−0
- lgtk.cabal +21/−21
changelog view
@@ -1,4 +1,8 @@ += lgtk-0.8.0.1 =++Relax dependencies+ = lgtk-0.8 = Lots of changes since the previously announced version, lgtk-0.5.3.
lgtk.cabal view
@@ -1,5 +1,5 @@ name: lgtk-version: 0.8+version: 0.8.0.1 category: GUI synopsis: Lens GUI Toolkit description:@@ -50,29 +50,29 @@ build-depends: base < 5 - , groups == 0.4.*- , semigroups >= 0.13 && < 0.15- , transformers >= 0.3 && < 0.5- , mtl >= 2 && < 2.3- , monad-control == 0.3.*- , operational == 0.2.*- , lens == 4.1.*+ , groups < 0.5+ , semigroups < 0.15+ , transformers < 0.5+ , mtl < 2.3+ , monad-control < 0.4+ , operational < 0.3+ , lens < 4.2 - , vector == 0.10.*- , containers == 0.5.*- , directory == 1.2.*- , filepath == 1.3.*- , system-filepath == 0.4.*- , fsnotify == 0.0.*+ , vector < 0.11+ , containers < 0.6+ , directory < 1.3+ , filepath < 1.4+ , system-filepath < 0.5+ , fsnotify == 0.1.0.1 - , colour == 2.3.*- , JuicyPixels == 3.1.*- , diagrams-lib == 1.1.*- , diagrams-cairo == 1.1.*- , cairo == 0.12.*+ , colour < 2.4+-- , JuicyPixels == 3.1.*+ , diagrams-lib < 1.2+ , diagrams-cairo < 1.2+ , cairo < 0.13 -- , SVGFonts == 1.4.*- , OpenGLRaw == 1.4.*- , GLFW-b == 1.4.*+ , OpenGLRaw < 1.5+ , GLFW-b < 1.5 -- , threepenny-gui == 0.4.1.* , lensref == 0.1.*