summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <locallycompact@gmail.com>2018-07-04 09:16:23 +0100
committerDaniel Firth <locallycompact@gmail.com>2018-07-04 09:50:16 +0100
commit0193b332d6d42d1820c16a616239aa66b06984a8 (patch)
treed74453ee71078bc9f3d7070d0f8758938977a5d7
parent69c977f7f822cca7fe48a918d781af2576ae9390 (diff)
Update versions in bustle.cabal
-rw-r--r--bustle.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 125d8b1..26c22ca 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -1,7 +1,7 @@
Name: bustle
Category: Network, Desktop
Version: 0.7.1.1
-Cabal-Version: >= 1.24
+Cabal-Version: >= 2.0
Tested-With: GHC == 8.2.2, GHC == 8.4.3
Synopsis: Draw sequence diagrams of D-Bus traffic
Description: Draw sequence diagrams of D-Bus traffic
@@ -56,8 +56,8 @@ x-gettext-domain-name: bustle
custom-setup
setup-depends:
- base >= 4 && < 5,
- Cabal >= 1.24,
+ base >= 4.11 && < 5,
+ Cabal >= 2.0,
filepath,
directory,
process
@@ -114,7 +114,7 @@ Executable bustle
cc-options: -fPIC -g
pkgconfig-depends: glib-2.0 >= 2.54,
gio-unix-2.0
- Build-Depends: base >= 4 && < 5
+ Build-Depends: base >= 4.11 && < 5
, bytestring
, cairo
, containers