gdritter repos vkdraw / 15ddc6b
Changed project name to vkdraw Getty Ritter 7 years ago
1 changed file(s) with 21 addition(s) and 0 deletion(s). Collapse all Expand all
1 name: vkdraw
2 version: 0.1.0.0
3 -- synopsis:
4 -- description:
5 license: BSD3
6 license-file: LICENSE
7 author: Getty Ritter <gettylefou@gmail.com>
8 maintainer: Getty Ritter <gettylefou@gmail.com>
9 copyright: ©2016 Getty Ritter
10 -- category:
11 build-type: Simple
12 cabal-version: >= 1.12
13
14 executable vkdraw
15 hs-source-dirs: src
16 main-is: Main.hs
17 default-extensions: OverloadedStrings,
18 ScopedTypeVariables
19 ghc-options: -Wall
20 build-depends: base >=4.7 && <4.9, gtk, cairo
21 default-language: Haskell2010