packages feed

WxGeneric 0.6.0 → 0.6.1

raw patch · 2 files changed

+11/−5 lines, 2 filesdep ~SybWidgetdep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: SybWidget, base, containers, haskell98, mtl, wx, wxcore, xtc

API changes (from Hackage documentation)

Files

WxGeneric.cabal view
@@ -1,5 +1,5 @@ Name:           WxGeneric-Version:        0.6.0+Version:        0.6.1 Copyright:      Mads Lindstrøm <mads_lindstroem@yahoo.dk> License:        LGPL License-file:   wxWidgetsLicense.txt@@ -7,9 +7,15 @@ Maintainer:     Mads Lindstrøm <mads_lindstroem@yahoo.dk> Homepage:	http://www.haskell.org/haskellwiki/WxGeneric Category:       GUI-Build-Depends:  SybWidget>=0.5.2,base,haskell98,mtl,xtc>=1.0,wx>=0.10.3,containers>0.2-               ,wxcore>=0.10.3-Tested-with:    GHC==6.10.1,GHC==6.10.2+Build-Depends:  SybWidget >= 0.5.2 && < 0.6.0,+                base >=4.1.0 && < 4.3.0,+                haskell98 >= 1.0.1 && < 1.1.0,+                mtl >= 1.0.0 && < 1.2.0,+                xtc >= 1.0 && < 1.1.0,+                wx >= 0.12.0 && < 0.13.0,+                containers >= 0.2.0 && < 0.4.0,+                wxcore >= 0.12.0 && < 0.13.0+Tested-with:    GHC==6.12.1,GHC==6.10.4 Synopsis:       Generic (SYB3) construction of wxHaskell widgets Build-type:	Simple Stability:      experimental
src/Graphics/UI/WxGeneric/GenericWidget/Parameters.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE ExistentialQuantification, FlexibleContexts, ImpredicativeTypes, RankNTypes #-}+{-# LANGUAGE ExistentialQuantification, FlexibleContexts, RankNTypes #-} {-# OPTIONS -Wall #-}  {- | Parameters to functions creating 'GenWid'-s.