diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-07 19:10:42 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-07 20:53:57 -0400 |
commit | 2a108982ad95f9bba9bb1ae1c6152ef9b10be53c (patch) | |
tree | 95b285fe049c1c0ae44f7d392151876e59553afd /debian/control | |
parent | 8c1fa1ab5f15c096e76fd2727f41b3bc042a2f3a (diff) |
add monad-control to build depends
Will use this to handle exceptions in the Annex monad, yay.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 434723384..d519c42b7 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +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, ikiwiki, perlmagick, git | git-core, |