summaryrefslogtreecommitdiff
path: root/lambda-gtk.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-04-13 00:51:51 -0400
committerJoe Crayne <joe@jerkface.net>2019-04-13 00:51:51 -0400
commit3899b660b11bf1d3179965ac92a039b8d449306f (patch)
tree9337ae45c733e0dd7237acdc4fd6353a515a20aa /lambda-gtk.cabal
parent705842f6dbbec605d26cd2d7a167f85d18e8275f (diff)
Switched away from gtk-declarative.
Diffstat (limited to 'lambda-gtk.cabal')
-rw-r--r--lambda-gtk.cabal21
1 files changed, 13 insertions, 8 deletions
diff --git a/lambda-gtk.cabal b/lambda-gtk.cabal
index 7d3889d..8fcf7e4 100644
--- a/lambda-gtk.cabal
+++ b/lambda-gtk.cabal
@@ -1,8 +1,4 @@
1cabal-version: >=1.10 1cabal-version: >=1.10
2-- Initial package description 'lambda-gtk.cabal' generated by 'cabal
3-- init'. For further documentation, see
4-- http://haskell.org/cabal/users-guide/
5
6name: lambda-gtk 2name: lambda-gtk
7version: 0.1.0.0 3version: 0.1.0.0
8-- synopsis: 4-- synopsis:
@@ -11,16 +7,25 @@ version: 0.1.0.0
11license: BSD3 7license: BSD3
12license-file: LICENSE 8license-file: LICENSE
13author: Joe Crayne 9author: Joe Crayne
14maintainer: jim.crayne@gmail.com 10maintainer: oh.hello.joe@gmail.com
15-- copyright: 11-- copyright:
16-- category: 12-- category:
17build-type: Simple 13build-type: Simple
18extra-source-files: CHANGELOG.md 14extra-source-files: CHANGELOG.md
19 15
20executable lambda-gtk 16executable lambda-gtk
21 main-is: GtkHello.hs 17 main-is: gix.hs
22 -- other-modules: 18 other-modules: LambdaCube.Gtk LambdaHello
19 extensions: NondecreasingIndentation
23 other-extensions: OverloadedLabels, OverloadedLists, OverloadedStrings 20 other-extensions: OverloadedLabels, OverloadedLists, OverloadedStrings
24 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 21 build-depends: base, containers >=0.5 && <0.6, bytestring >=0.10 && <0.11,
22 vector, aeson, JuicyPixels,
23 -- rendering
24 lambdacube-ir, lambdacube-gl, OpenGL,
25 -- GUI
26 gi-gdk , gi-glib , gi-gobject , gi-gtk , haskell-gi-base
27 -- , gi-gtk-declarative, gi-gtk-declarative-app-simple,
28
25 -- hs-source-dirs: 29 -- hs-source-dirs:
30
26 default-language: Haskell2010 31 default-language: Haskell2010