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