packages feed

fltkhs-fluid-examples-0.0.0.1: fltkhs-fluid-examples.cabal

name : fltkhs-fluid-examples
version : 0.0.0.1
synopsis : Fltkhs Fluid Examples
description:
    Examples of using Fluid with FLTKHS
license : MIT
license-file : LICENSE
author : Aditya Siram
build-type: Custom
maintainer: aditya.siram@gmail.com
homepage: http://github.com/deech/fltkhs-fluid-examples
category: UI,Graphics
cabal-version: >=1.20
source-repository head
  type: git
  location: http://github.com/deech/fltkhs-fluid-examples

Executable fltkhs-fluid-radio
  Main-Is: fluid-radio.hs
  Hs-Source-Dirs: src/
  Build-Depends:
    base == 4.*,
    bytestring,
    fltkhs
  default-language: Haskell2010
  default-extensions: FlexibleContexts
  ghc-Options: -threaded -fcontext-stack=300
  Other-Modules: Radio
  if !os(darwin)
    ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"

Executable fltkhs-fluid-tabs
  Main-Is: fluid-tabs.hs
  Hs-Source-Dirs: src/
  Build-Depends:
    base == 4.*,
    bytestring,
    fltkhs
  default-language: Haskell2010
  default-extensions: FlexibleContexts
  ghc-Options: -threaded -fcontext-stack=300
  Other-Modules: Tabs
  if !os(darwin)
    ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"

Executable fltkhs-fluid-valuators
  Main-Is: fluid-valuators.hs
  Hs-Source-Dirs: src/
  Build-Depends:
    base == 4.*,
    bytestring,
    fltkhs
  default-language: Haskell2010
  default-extensions: FlexibleContexts, AllowAmbiguousTypes
  ghc-Options: -threaded -fcontext-stack=300
  Other-Modules: Valuators
  if !os(darwin)
    ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"

Executable fltkhs-fluid-inactive
  Main-Is: fluid-inactive.hs
  Hs-Source-Dirs: src/
  Build-Depends:
    base == 4.*,
    bytestring,
    fltkhs
  default-language: Haskell2010
  ghc-Options: -threaded -fcontext-stack=300
  Other-Modules: Inactive
  if !os(darwin)
    ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"

Executable fltkhs-fluid-fast-slow
  Main-Is: fluid-fast-slow.hs
  Hs-Source-Dirs: src/
  Build-Depends:
    base == 4.*,
    bytestring,
    fltkhs
  default-language: Haskell2010
  ghc-Options: -threaded -fcontext-stack=300
  Other-Modules: FastSlow
  if !os(darwin)
    ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"

Executable fltkhs-fluid-tree
  Main-Is: fluid-tree.hs
  Hs-Source-Dirs: src/
  Build-Depends:
    base == 4.*,
    bytestring,
    fltkhs
  default-language: Haskell2010
  ghc-Options: -threaded -fcontext-stack=300
  Other-Modules:
                Tree,
                TreeCallbacks
  if !os(darwin)
    ghc-Options: -pgml g++ "-optl-Wl,--whole-archive" "-optl-Wl,-Bstatic" "-optl-Wl,-lfltkc" "-optl-Wl,-Bdynamic" "-optl-Wl,--no-whole-archive"