Created
August 26, 2013 21:36
-
-
Save deech/6346950 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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