Skip to content

Instantly share code, notes, and snippets.

@deech
Created August 26, 2013 21:36
Show Gist options
  • Save deech/6346950 to your computer and use it in GitHub Desktop.
Save deech/6346950 to your computer and use it in GitHub Desktop.
name: fltkhs
version: 0.1.0.0
synopsis: FLTK bindings
description:
Low level bindings for the FLTK GUI toolkit.
license: MIT
license-file: LICENSEmc
category: UI
build-type: Configure
cabal-version: >=1.8
library
exposed-modules: Graphics.UI.FLTK.Window
c-sources: c-src/DerivedShared_Image.cpp
c-src/DerivedText_Editor.cpp
c-src/filenameC.cpp
c-src/Fl_AskC.cpp
c-src/Fl_BitmapC.cpp
c-src/Fl_BoxC.cpp
...
build-depends: base
build-tools: c2hs
extensions: ForeignFunctionInterface
extra-libraries: fltk fltk_cairo fltk_forms fltk_gl fltk_images fltk_jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment