diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-18 10:01:02 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2009-05-18 10:01:02 +0100 |
commit | e7294ae52063b51cd738de9fb2e9c04bfce4f42c (patch) | |
tree | 30170638a34cd1ffda39a72afc551022a21b8da8 /bustle.cabal | |
parent | 4c0ac8d8d88078b4d7206b696f2d07b1a6157585 (diff) |
Ye Olde Cabal didn't like ==3.*; try < 4
Diffstat (limited to 'bustle.cabal')
-rw-r--r-- | bustle.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal index b1ce37c..5d3b03c 100644 --- a/bustle.cabal +++ b/bustle.cabal @@ -6,7 +6,7 @@ License: OtherLicense License-file: LICENSE Author: Will Thompson <will.thompson@collabora.co.uk> Maintainer: Will Thompson <will.thompson@collabora.co.uk> -Build-Depends: haskell98, mtl, cairo, gtk, base == 3.*, +Build-Depends: haskell98, mtl, cairo, gtk, base < 4, containers, parsec, glib, filepath, process Data-files: bustle.png, LICENSE Build-type: Simple |