Skip to content

Commit

Permalink
Update from Hackage at 2017-01-21T17:27:11Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Jan 21, 2017
1 parent 4372367 commit 6d0e8a7
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 0 deletions.
180 changes: 180 additions & 0 deletions fltkhs/0.5.0.2/fltkhs.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
name : fltkhs
version : 0.5.0.2
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.
license : MIT
license-file : LICENSE
tested-with: GHC >=7.8.1
author : Aditya Siram
maintainer: aditya.siram@gmail.com
homepage: http://github.com/deech/fltkhs
-- bug-reports:
-- copyright:
category: UI,Graphics
build-type: Custom
cabal-version: >=1.24
source-repository head
type: git
location: http://github.com/deech/fltkhs
library
exposed-modules:
Graphics.UI.FLTK.LowLevel.FLTKHS
Graphics.UI.FLTK.LowLevel.Ask
Graphics.UI.FLTK.LowLevel.GlWindow
Graphics.UI.FLTK.LowLevel.SingleWindow
Graphics.UI.FLTK.LowLevel.Window
Graphics.UI.FLTK.LowLevel.DoubleWindow
Graphics.UI.FLTK.LowLevel.OverlayWindow
Graphics.UI.FLTK.LowLevel.Button
Graphics.UI.FLTK.LowLevel.LightButton
Graphics.UI.FLTK.LowLevel.RadioLightButton
Graphics.UI.FLTK.LowLevel.CheckButton
Graphics.UI.FLTK.LowLevel.ReturnButton
Graphics.UI.FLTK.LowLevel.RoundButton
Graphics.UI.FLTK.LowLevel.RepeatButton
Graphics.UI.FLTK.LowLevel.ToggleButton
Graphics.UI.FLTK.LowLevel.Fl_Enumerations
Graphics.UI.FLTK.LowLevel.Fl_Types
Graphics.UI.FLTK.LowLevel.Dispatch
Graphics.UI.FLTK.LowLevel.Hierarchy
Graphics.UI.FLTK.LowLevel.Group
Graphics.UI.FLTK.LowLevel.Widget
Graphics.UI.FLTK.LowLevel.Box
Graphics.UI.FLTK.LowLevel.Clock
Graphics.UI.FLTK.LowLevel.Valuator
Graphics.UI.FLTK.LowLevel.Slider
Graphics.UI.FLTK.LowLevel.HorSlider
Graphics.UI.FLTK.LowLevel.FillSlider
Graphics.UI.FLTK.LowLevel.HorFillSlider
Graphics.UI.FLTK.LowLevel.HorNiceSlider
Graphics.UI.FLTK.LowLevel.HorValueSlider
Graphics.UI.FLTK.LowLevel.NiceSlider
Graphics.UI.FLTK.LowLevel.MenuItem
Graphics.UI.FLTK.LowLevel.MenuPrim
Graphics.UI.FLTK.LowLevel.Browser
Graphics.UI.FLTK.LowLevel.SelectBrowser
Graphics.UI.FLTK.LowLevel.SysMenuBar
Graphics.UI.FLTK.LowLevel.MenuBar
Graphics.UI.FLTK.LowLevel.Choice
Graphics.UI.FLTK.LowLevel.MenuButton
Graphics.UI.FLTK.LowLevel.Image
Graphics.UI.FLTK.LowLevel.Bitmap
Graphics.UI.FLTK.LowLevel.Pixmap
Graphics.UI.FLTK.LowLevel.Draw
Graphics.UI.FLTK.LowLevel.CopySurface
Graphics.UI.FLTK.LowLevel.ImageSurface
Graphics.UI.FLTK.LowLevel.Adjuster
Graphics.UI.FLTK.LowLevel.Dial
Graphics.UI.FLTK.LowLevel.FillDial
Graphics.UI.FLTK.LowLevel.LineDial
Graphics.UI.FLTK.LowLevel.Roller
Graphics.UI.FLTK.LowLevel.Counter
Graphics.UI.FLTK.LowLevel.SimpleCounter
Graphics.UI.FLTK.LowLevel.Scrollbar
Graphics.UI.FLTK.LowLevel.Scrolled
Graphics.UI.FLTK.LowLevel.ValueSlider
Graphics.UI.FLTK.LowLevel.ValueInput
Graphics.UI.FLTK.LowLevel.ValueOutput
Graphics.UI.FLTK.LowLevel.Timer
Graphics.UI.FLTK.LowLevel.Progress
Graphics.UI.FLTK.LowLevel.Positioner
Graphics.UI.FLTK.LowLevel.Input
Graphics.UI.FLTK.LowLevel.Output
Graphics.UI.FLTK.LowLevel.IntInput
Graphics.UI.FLTK.LowLevel.FileInput
Graphics.UI.FLTK.LowLevel.Wizard
Graphics.UI.FLTK.LowLevel.Table
Graphics.UI.FLTK.LowLevel.TableRow
Graphics.UI.FLTK.LowLevel.TreePrefs
Graphics.UI.FLTK.LowLevel.TreeItem
Graphics.UI.FLTK.LowLevel.Tree
Graphics.UI.FLTK.LowLevel.FL
Graphics.UI.FLTK.LowLevel.Gl
Graphics.UI.FLTK.LowLevel.TextSelection
Graphics.UI.FLTK.LowLevel.TextBuffer
Graphics.UI.FLTK.LowLevel.TextDisplay
Graphics.UI.FLTK.LowLevel.TextEditor
Graphics.UI.FLTK.LowLevel.NativeFileChooser
Graphics.UI.FLTK.LowLevel.Utils
Graphics.UI.FLTK.LowLevel.Tile
Graphics.UI.FLTK.LowLevel.Pack
Graphics.UI.FLTK.LowLevel.Tabs
Graphics.UI.FLTK.LowLevel.Spinner
Graphics.UI.FLTK.LowLevel.ColorChooser
Graphics.UI.FLTK.LowLevel.FileBrowser
Graphics.UI.FLTK.LowLevel.JPEGImage
Graphics.UI.FLTK.LowLevel.RGBImage
Graphics.UI.FLTK.LowLevel.BMPImage
Graphics.UI.FLTK.LowLevel.GIFImage
Graphics.UI.FLTK.LowLevel.XBMImage
Graphics.UI.FLTK.LowLevel.XPMImage
Graphics.UI.FLTK.LowLevel.PNGImage
Graphics.UI.FLTK.LowLevel.PNMImage
build-depends:
base == 4.*,
bytestring,
text >= 0.2 && < 1.3
build-tools: c2hs
hs-source-dirs: src
other-modules: C2HS
include-dirs: ./c-src, ./
default-extensions: GADTs
default-language: Haskell2010
ghc-options: -Wall
if impl(ghc >= 8.0.1)
cpp-options: -DHASCALLSTACK_AVAILABLE
else
if impl(ghc >= 7.10.2)
cpp-options: -DCALLSTACK_AVAILABLE
if impl(ghc >= 7.10)
cpp-options: -DOVERLAPPING_INSTANCES_DEPRECATED

custom-setup
setup-depends:
base >= 4.5 && < 4.11,
Cabal < 1.25

Executable fltkhs-fluidtohs
Main-Is: Main.hs
Hs-Source-Dirs: src/Fluid
Other-modules:
Generate
Lookup
Parser
Types
Utils
Build-Depends:
base == 4.*,
filepath,
fltkhs,
parsec >= 3.1.6,
directory >= 1.2.1.0,
mtl
default-language: Haskell2010
ghc-Options: -Wall -threaded
if os(windows) && arch(x86_64)
cpp-options: -DWIN64
if os(windows)
ghc-Options: -optl-mwindows
ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"
if os(darwin)
ghc-Options: -pgml g++ "-optl-Wl,-lfltkc"
if !os(darwin) && !os(windows)
ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"

Executable fltkhs-buttons
Main-Is: Buttons.hs
Hs-Source-Dirs: src/TestPrograms
Build-Depends:
base == 4.*,
fltkhs
default-language: Haskell2010
ghc-Options: -Wall -threaded
if os(windows)
ghc-Options: -optl-mwindows
ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"
if os(darwin)
ghc-Options: "-optl-Wl,-lfltkc"
if !os(darwin) && !os(windows)
ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"
1 change: 1 addition & 0 deletions fltkhs/0.5.0.2/fltkhs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"363bbf162c87daef61f518c718300443","Skein512_512":"23680579fd791bab7cd47db7b6222e1444ad81846cb20c80ba22a007b48fdae6c333ddeb1960e8c31524fc3c957b699440273846931dcb9102f55f1f07d4d570","SHA1":"eeb7eb5fde5d43bf1fc5530173948faa11bb73c7","SHA512":"ae94adb19d4dec57110df285c8ce294d60d89652b842205e70b2b1a8c53581ad9a81bf433db26d094097b2e0b5fd8427e720f1c4d0ae0db9e0665f6cb6efcfde","SHA256":"a8f848eb6d47d1ce3e6d102ec61137737371fb68a112155696629d53f81e2cab"},"package-locations":["https://hackage.haskell.org/package/fltkhs-0.5.0.2/fltkhs-0.5.0.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/fltkhs-0.5.0.2.tar.gz"],"package-size":614221}

0 comments on commit 6d0e8a7

Please sign in to comment.