Skip to content

Commit

Permalink
Bump gtk2hs version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
exlevan committed Dec 13, 2010
1 parent 27d0522 commit d85578f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions yi.cabal
Expand Up @@ -356,24 +356,24 @@ executable yi
-- Need executable path to call the version of Yi that's
-- currrently running
build-depends: executable-path
build-depends: gtk==0.11.*
build-depends: glib==0.11.*
build-depends: pango==0.11.*
build-depends: vte==0.11.*
build-depends: gtk==0.12.*
build-depends: glib==0.12.*
build-depends: pango==0.12.*
build-depends: vte==0.12.*
cpp-options: -DFRONTEND_VTE
other-modules: Yi.UI.Vte

if flag (pango)
build-depends: gtk==0.11.*
build-depends: glib==0.11.*
build-depends: pango==0.11.*
build-depends: gtk==0.12.*
build-depends: glib==0.12.*
build-depends: pango==0.12.*
cpp-options: -DFRONTEND_PANGO
other-modules: Yi.UI.Pango.ProjectTree
Yi.UI.Pango.Utils
Yi.UI.Pango

if flag(gnome)
build-depends: gconf==0.11.*
build-depends: gconf==0.12.*
cpp-options: -DGNOME_ENABLED
other-modules: Yi.UI.Pango.Gnome

Expand Down

0 comments on commit d85578f

Please sign in to comment.