diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-24 16:01:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-24 16:01:01 -0400 |
commit | 6148b926959ce5cbbc12aafc60a119788ca6d97f (patch) | |
tree | 738a801b7d4b49dbfee254d0baa6674444f93551 /debian | |
parent | c7f3bfbc5e25109629cb3df871dc1f4844f6c560 (diff) |
add TList, built on DList
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 152479748..32f8a4779 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), libghc-lifted-base-dev, + libghc-dlist-dev, libghc-uuid-dev, libghc-json-dev, libghc-ifelse-dev, |