Skip to content
Open
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
6 changes: 3 additions & 3 deletions diagrams-gtk.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ copyright: John Lato
category: Graphics
build-type: Simple
cabal-version: >=1.10
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2
tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2, GHC == 8.6.5
extra-source-files: CHANGES.markdown, README.markdown

source-repository head
Expand All @@ -21,10 +21,10 @@ source-repository head

library
exposed-modules: Diagrams.Backend.Gtk
build-depends: base >= 4.2 && < 4.12,
build-depends: base == 4.*,
diagrams-lib >= 1.3 && < 1.5,
diagrams-cairo >= 1.3 && < 1.5,
gtk >= 0.12.0 && < 0.15,
gtk >= 0.12.0 && < 0.16,
cairo >= 0.12.4 && < 0.14
hs-source-dirs: src
default-language: Haskell2010