packages feed

nanovg-simple-0.5.0.0: nanovg-simple.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 727aa62760ab2a7feb3730282c16b678ad0c6fc0900141ab62414c6d56b7bc50

name:           nanovg-simple
version:        0.5.0.0
synopsis:       Simple interface to rendering with NanoVG
description:    Please see the README on GitHub at <https://github.com/CthulhuDen/nanovg-simple#readme>
category:       Graphics
homepage:       https://github.com/CthulhuDen/nanovg-simple#readme
bug-reports:    https://github.com/CthulhuDen/nanovg-simple/issues
author:         Cthulhu
maintainer:     cthulhu.den@gmail.com
copyright:      Cthulhu (c) 2018
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md

source-repository head
  type: git
  location: https://github.com/CthulhuDen/nanovg-simple

flag library-only
  manual: False
  default: True

library
  exposed-modules:
      Graphics.NanoVG.Simple
      Graphics.NanoVG.Picture
  other-modules:
      Graphics.NanoVG.Fonts
      Graphics.NanoVG.FPS
      Graphics.NanoVG.FrameSize
      Graphics.NanoVG.Window
      Paths_nanovg_simple
  hs-source-dirs:
      src
  ghc-options: -Wall
  c-sources:
      cbits/glew.c
  build-depends:
      GLFW-b >=3.2.1.0 && <3.4
    , OpenGL >=3.0.2.2 && <3.1
    , base >=4.7 && <5
    , monad-loops >=0.4.3 && <0.5
    , nanovg >=0.6.0.0 && <0.7
    , safe-exceptions >=0.1.7.0 && <0.2
    , text >=1.2.3.0 && <1.3
  default-language: Haskell2010

executable nanovg-simple
  main-is: Main.hs
  other-modules:
      Paths_nanovg_simple
  hs-source-dirs:
      app
  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N1
  build-depends:
      base >=4.7 && <5
    , nanovg >=0.6.0.0 && <0.7
    , nanovg-simple
    , time >=1.8.0.2 && <1.10
  if flag(library-only)
    buildable: False
  default-language: Haskell2010