glfw-group 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+1/−8 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Lib: someFunc :: IO ()
Files
- glfw-group.cabal +1/−2
- src/Lib.hs +0/−6
glfw-group.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: glfw-group-version: 0.1.0.1+version: 0.1.0.2 synopsis: GLFW package with window groups destroyed together description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/glfw-group#readme> category: Graphics@@ -34,7 +34,6 @@ Graphics.UI.GlfwG.Mouse Graphics.UI.GlfwG.Window Graphics.UI.GlfwG.Window.Type- Lib other-modules: Paths_glfw_group autogen-modules:
− src/Lib.hs
@@ -1,6 +0,0 @@-module Lib- ( someFunc- ) where--someFunc :: IO ()-someFunc = putStrLn "someFunc"