diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-24 23:05:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-24 23:05:23 -0400 |
commit | 85f1f3a63a025204e931959ec9c5ae2a7812ddff (patch) | |
tree | 3dfefb666fec6dbf92484ff3c539703d76e6d87e /debian/control | |
parent | 6d4382a89ee0a021b3fa71302bfd74a906029e63 (diff) |
Updated to build with monad-control 0.3.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6f59ada5b..a3035e880 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), libghc-testpack-dev [any-i386 any-amd64], - libghc-monad-control-dev, + libghc-monad-control-dev (>= 0.3), libghc-json-dev, ikiwiki, perlmagick, |