packages feed

wxSimpleCanvas-0.0.0.0: wxSimpleCanvas.cabal

Name:		wxSimpleCanvas
Version: 	0.0.0.0
Synopsis:	Simple zoomable canvas for wxHaskell
Category: 	Graphics, 
Copyright: 	Kristof Bastiaensen (2016)
Stability:	Unstable
License:	BSD3
License-file:	LICENSE
Author:		Kristof Bastiaensen
Maintainer:	Kristof Bastiaensen
Bug-Reports: 	https://github.com/kuribas/wxSimpleCanvas/issues
Build-type:	Simple
Cabal-version:	>=1.8
Description:	A simple zoomable canvas for wxHaskell
 
source-repository head
  type:		git
  location:	https://github.com/kuribas/wxSimpleCanvas

Library
  Ghc-options: -Wall
  Build-depends: cubicbezier >= 0.5.0, base >= 3 && < 5, wx > 0.92.3, wxcore >= 0.92.3
  hs-source-dirs: src
  Exposed-Modules:
    Graphics.UI.WX.Canvas