File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
* Cabal flag ` no-linear ` removes dependency on ` linear ` (and thus, transiently,
5
5
` lens ` ). See ` SDL.Vect ` for details.
6
+ * Remove 'lens' dependency from all examples.
7
+ * Add Cabal flag ` opengl-example ` to separate that target from ` examples ` ,
8
+ because it is now the only example with an extra dependency (OpenGL).
9
+ * Make ` hlint ` happy with examples.
6
10
* Add ` updateTexture ` wrapper for native ` SDL_UpdateTexture ` .
7
11
* Expose ` glGetDrawableSize ` (can differ from window size in some environments).
8
12
* Correct ` hintToString ` output to match SDL hint tokens, rather than the names
9
13
of the CPP macros defining them.
10
- * Various documentation updates
14
+ * Removed ` ghc-options: -Wall ` until we drop support for GHC 7.8. (>1300 warnings!)
15
+ * Various documentation updates.
11
16
12
17
2.1.2.1
13
18
=======
You can’t perform that action at this time.
0 commit comments