packages feed

minilight 0.4.1 → 0.4.2

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~sdl2PVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: sdl2

API changes (from Hackage documentation)

- Data.Component.Basic: _position :: HasConfig c_a1m7T => Lens' c_a1m7T (V2 Int)
+ Data.Component.Basic: _position :: HasConfig c_a1m7t => Lens' c_a1m7t (V2 Int)
- Data.Component.Basic: _size :: HasConfig c_a1m7T => Lens' c_a1m7T (V2 Int)
+ Data.Component.Basic: _size :: HasConfig c_a1m7t => Lens' c_a1m7t (V2 Int)
- Data.Component.Basic: _visible :: HasConfig c_a1m7T => Lens' c_a1m7T Bool
+ Data.Component.Basic: _visible :: HasConfig c_a1m7t => Lens' c_a1m7t Bool
- Data.Component.Basic: class HasConfig c_a1m7T
+ Data.Component.Basic: class HasConfig c_a1m7t
- Data.Component.Basic: config :: HasConfig c_a1m7T => Lens' c_a1m7T Config
+ Data.Component.Basic: config :: HasConfig c_a1m7t => Lens' c_a1m7t Config
- Data.Config.Font: _color :: HasConfig c_a1fQz => Lens' c_a1fQz (V4 Word8)
+ Data.Config.Font: _color :: HasConfig c_a1fQ9 => Lens' c_a1fQ9 (V4 Word8)
- Data.Config.Font: _descriptor :: HasConfig c_a1fQz => Lens' c_a1fQz FontDescriptor
+ Data.Config.Font: _descriptor :: HasConfig c_a1fQ9 => Lens' c_a1fQ9 FontDescriptor
- Data.Config.Font: _size :: HasConfig c_a1fQz => Lens' c_a1fQz Int
+ Data.Config.Font: _size :: HasConfig c_a1fQ9 => Lens' c_a1fQ9 Int
- Data.Config.Font: class HasConfig c_a1fQz
+ Data.Config.Font: class HasConfig c_a1fQ9
- Data.Config.Font: config :: HasConfig c_a1fQz => Lens' c_a1fQz Config
+ Data.Config.Font: config :: HasConfig c_a1fQ9 => Lens' c_a1fQ9 Config
- MiniLight.Component: _callbacks :: HasComponentEnv c_aP76 => Lens' c_aP76 (Maybe HookMap)
+ MiniLight.Component: _callbacks :: HasComponentEnv c_aP6G => Lens' c_aP6G (Maybe HookMap)
- MiniLight.Component: _uid :: HasComponentEnv c_aP76 => Lens' c_aP76 Text
+ MiniLight.Component: _uid :: HasComponentEnv c_aP6G => Lens' c_aP6G Text
- MiniLight.Component: class HasComponentEnv c_aP76
+ MiniLight.Component: class HasComponentEnv c_aP6G
- MiniLight.Component: componentEnv :: HasComponentEnv c_aP76 => Lens' c_aP76 ComponentEnv
+ MiniLight.Component: componentEnv :: HasComponentEnv c_aP6G => Lens' c_aP6G ComponentEnv
- MiniLight.Light: _events :: HasLoopEnv c_aGoo => Lens' c_aGoo (MVar [Event])
+ MiniLight.Light: _events :: HasLoopEnv c_aGoj => Lens' c_aGoj (MVar [Event])
- MiniLight.Light: _fontCache :: HasLightEnv c_aGjo => Lens' c_aGjo FontMap
+ MiniLight.Light: _fontCache :: HasLightEnv c_aGjj => Lens' c_aGjj FontMap
- MiniLight.Light: _keyStates :: HasLoopEnv c_aGoo => Lens' c_aGoo (HashMap Scancode Int)
+ MiniLight.Light: _keyStates :: HasLoopEnv c_aGoj => Lens' c_aGoj (HashMap Scancode Int)
- MiniLight.Light: _logger :: HasLightEnv c_aGjo => Lens' c_aGjo LogQueue
+ MiniLight.Light: _logger :: HasLightEnv c_aGjj => Lens' c_aGjj LogQueue
- MiniLight.Light: _renderer :: HasLightEnv c_aGjo => Lens' c_aGjo (Maybe Renderer)
+ MiniLight.Light: _renderer :: HasLightEnv c_aGjj => Lens' c_aGjj (Maybe Renderer)
- MiniLight.Light: _signalQueue :: HasLoopEnv c_aGoo => Lens' c_aGoo (IORef [Event])
+ MiniLight.Light: _signalQueue :: HasLoopEnv c_aGoj => Lens' c_aGoj (IORef [Event])
- MiniLight.Light: class HasLightEnv c_aGjo
+ MiniLight.Light: class HasLightEnv c_aGjj
- MiniLight.Light: class HasLoopEnv c_aGoo
+ MiniLight.Light: class HasLoopEnv c_aGoj
- MiniLight.Light: lightEnv :: HasLightEnv c_aGjo => Lens' c_aGjo LightEnv
+ MiniLight.Light: lightEnv :: HasLightEnv c_aGjj => Lens' c_aGjj LightEnv
- MiniLight.Light: loopEnv :: HasLoopEnv c_aGoo => Lens' c_aGoo LoopEnv
+ MiniLight.Light: loopEnv :: HasLoopEnv c_aGoj => Lens' c_aGoj LoopEnv
- MiniLight.Loader: _appConfig :: HasLoaderEnv c_a16iS => Lens' c_a16iS (IORef AppConfig)
+ MiniLight.Loader: _appConfig :: HasLoaderEnv c_a16is => Lens' c_a16is (IORef AppConfig)
- MiniLight.Loader: _registry :: HasLoaderEnv c_a16iS => Lens' c_a16iS (Registry Component)
+ MiniLight.Loader: _registry :: HasLoaderEnv c_a16is => Lens' c_a16is (Registry Component)
- MiniLight.Loader: _tagRegistry :: HasLoaderEnv c_a16iS => Lens' c_a16iS (IORef (HashMap Text Text))
+ MiniLight.Loader: _tagRegistry :: HasLoaderEnv c_a16is => Lens' c_a16is (IORef (HashMap Text Text))
- MiniLight.Loader: class HasLoaderEnv c_a16iS
+ MiniLight.Loader: class HasLoaderEnv c_a16is
- MiniLight.Loader: loaderEnv :: HasLoaderEnv c_a16iS => Lens' c_a16iS LoaderEnv
+ MiniLight.Loader: loaderEnv :: HasLoaderEnv c_a16is => Lens' c_a16is LoaderEnv

Files

CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for minilight +## 0.4.2 -- 2020-01-19++* Other Changes:+    * Fix sdl2 version to be 2.4.X.X (which matches libsdl2-dev:2.0.5)+ ## 0.4 -- 2019-06-01  * Features:
minilight.cabal view
@@ -3,7 +3,7 @@ --   For further documentation, see http://haskell.org/cabal/users-guide/  name:                minilight-version:             0.4.1+version:             0.4.2 synopsis:            A SDL2-based graphics library, batteries-included. description:   This package provides the wheel for a graphical application or a game.@@ -75,7 +75,7 @@     mtl                  >= 2.2.2 && < 2.3,     lens                 >= 4.17 && < 4.18,     linear               >= 1.20.8 && < 1.21,-    sdl2                 >= 2.5.0 && < 2.6,+    sdl2                 >= 2.4.0 && < 2.5,     sdl2-gfx             >= 0.2 && < 0.3,     sdl2-image           >= 2.0.0 && < 2.1,     sdl2-ttf             >= 2.1.0 && < 2.2,