Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/clock/gi-cairo-render-clock.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Source-Repository head
Executable cairo-clock-demo
build-depends: base >= 4 && < 5,
time >= 1.8 && <2,
text >= 1.2 && <1.3,
text >= 1.2 && <2.2,
gi-cairo >=1.0.24 && <1.1,
gi-gdk >=3.0.23 && <4,
gi-glib >=2.0.24 && <2.1,
Expand Down
4 changes: 2 additions & 2 deletions gi-cairo-connector/gi-cairo-connector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Source-Repository head
subdir: gi-cairo-connector

Library
build-depends: base >= 4 && < 5, mtl >= 2.2 && <2.3,
haskell-gi-base >=0.24.0 && <0.25,
build-depends: base >= 4 && < 5, mtl >= 2.2 && <2.4,
haskell-gi-base >=0.24.0 && <0.27,
gi-cairo >= 1.0 && <2,
gi-cairo-render == 0.1.*
exposed-modules: GI.Cairo.Render.Connector
Expand Down
8 changes: 4 additions & 4 deletions gi-cairo-render/gi-cairo-render.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Flag cairo_svg
Library
build-depends: base >= 4 && < 5,
utf8-string >= 0.2 && < 1.1,
text >= 1.0.0.0 && < 1.3,
haskell-gi-base >= 0.24 && <0.25,
bytestring >= 0.10 && < 0.11,
mtl >= 2.2 && <2.3,
text >= 1.0.0.0 && < 2.2,
haskell-gi-base >= 0.24 && <0.27,
bytestring >= 0.10 && < 0.13,
mtl >= 2.2 && <2.4,
array >= 0.5 && <0.6
build-tool-depends: c2hs:c2hs >= 0.28 && <0.30
exposed-modules: GI.Cairo.Render
Expand Down