Skip to content

Commit

Permalink
version up to 0.13 matched with gtk2hs version (now constraint for gt…
Browse files Browse the repository at this point in the history
…k == 0.13.*)
  • Loading branch information
wavewave committed Aug 23, 2014
1 parent 2ddacf6 commit 6973cb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions poppler.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: poppler
Version: 0.12.3
Version: 0.13
License: GPL-2
License-file: COPYING
Copyright: (c) 2001-2012, 2014 The Gtk2Hs Team
Expand Down Expand Up @@ -45,12 +45,12 @@ flag gtk3
Library
build-depends: base >= 4 && < 5, array, containers,
mtl, bytestring,
glib >= 0.12 && < 0.13,
cairo >= 0.12 && < 0.13
glib >= 0.13 && < 0.14,
cairo >= 0.13 && < 0.14
if flag(gtk3)
build-depends: gtk3 >= 0.12 && < 0.13
build-depends: gtk3 >= 0.13 && < 0.14
else
build-depends: gtk >= 0.12 && < 0.13
build-depends: gtk >= 0.13 && < 0.14
build-tools: gtk2hsC2hs, gtk2hsHookGenerator, gtk2hsTypeGen

exposed-modules:
Expand Down

0 comments on commit 6973cb5

Please sign in to comment.