summaryrefslogtreecommitdiff
path: root/lambda-gtk.cabal
blob: 7d3889d87465e2313fcbbac57a0d35fdf35e1654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
cabal-version:       >=1.10
-- Initial package description 'lambda-gtk.cabal' generated by 'cabal
-- init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                lambda-gtk
version:             0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license:             BSD3
license-file:        LICENSE
author:              Joe Crayne
maintainer:          jim.crayne@gmail.com
-- copyright:
-- category:
build-type:          Simple
extra-source-files:  CHANGELOG.md

executable lambda-gtk
  main-is:             GtkHello.hs
  -- other-modules:
  other-extensions:    OverloadedLabels, OverloadedLists, OverloadedStrings
  build-depends:       base, containers >=0.5 && <0.6, bytestring >=0.10 && <0.11, lambdacube-ir, lambdacube-gl, gi-gtk-declarative, gi-gtk, aeson, vector, gi-gtk-declarative-app-simple, JuicyPixels, gi-gdk
  -- hs-source-dirs:
  default-language:    Haskell2010