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 33
44* Cabal flag ` no-linear ` removes dependency on ` linear ` (and thus, transiently,
55 ` 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.
610* Add ` updateTexture ` wrapper for native ` SDL_UpdateTexture ` .
711* Expose ` glGetDrawableSize ` (can differ from window size in some environments).
812* Correct ` hintToString ` output to match SDL hint tokens, rather than the names
913 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.
1116
12172.1.2.1
1318=======
You can’t perform that action at this time.
0 commit comments