packages feed

threepenny-gui-contextmenu-0.1.0.0: threepenny-gui-contextmenu.cabal

name:                threepenny-gui-contextmenu
version:             0.1.0.0
synopsis:            Write simple nested context menus for threepenny-gui.
description:         Please see README.md
homepage:            https://github.com/barischj/threepenny-gui-contextmenu#readme
license:             BSD3
license-file:        LICENSE
author:              Jeremy Barisch-Rooney
maintainer:          example@example.com
copyright:           2016 Jeremy Barisch-Rooney
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     ContextMenu
                     , ContextMenu.Style
                     , ContextMenu.Util
  build-depends:       base >= 4.7 && < 5,
                       threepenny-gui
  default-language:    Haskell2010

executable threepenny-gui-contextmenu-exe
  hs-source-dirs:      app
  main-is:             Main.hs
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  build-depends:       base
                     , threepenny-gui
                     , threepenny-gui-contextmenu
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/barischj/threepenny-gui-contextmenu