packages feed

fltkhs 0.4.0.3 → 0.4.0.4

raw patch · 2 files changed

+3/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

fltkhs.cabal view
@@ -1,5 +1,5 @@ name : fltkhs-version : 0.4.0.3+version : 0.4.0.4 synopsis : FLTK bindings description:     Low level bindings for the FLTK GUI toolkit. For installation and quick start instruction please scroll all the way down to the README.
src/Graphics/UI/FLTK/LowLevel/FLTKHS.hs view
@@ -14,7 +14,7 @@           -- * Installation          ---         -- ** Linux+         -- ** Linux & *BSD          --          -- $InstallationLinux @@ -477,7 +477,7 @@ -- cause the Haskell bindings to throw compilation errors. -- - Make sure `c2hs` is -- installed with `cabal install c2hs`. ---+-- -- == Download & Install the FLTKHS Hello World Skeleton -- === Downloading Without Git -- If 'git' is not installed download the latest version of the fltkhs-hello-world application skeleton from <https://github.com/deech/fltkhs-hello-world/archive/master.tar.gz here>@@ -485,7 +485,6 @@ -- Rename it: -- -- @--- > cd \/Users\/\<username\>/Downloads\/ -- > mv master.tar.gz fltkhs-hello-world.tar.gz -- @ --