diff options
author | Marco TĂșlio Gontijo e Silva <marcot@holoscopio.com> | 2009-06-18 15:52:17 +0400 |
---|---|---|
committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2009-06-18 15:52:17 +0400 |
commit | 74a5581e35c22a1cd756edaea53ffd87502aa20b (patch) | |
tree | c2a89dec763d0fdcc0b23243e5c9f7cca5e46257 /p | |
parent | 3e00f51b981112e94f4c4319862a57c365930d93 (diff) | |
download | DHG_packages-74a5581e35c22a1cd756edaea53ffd87502aa20b.tar.gz |
haskell-haskeline: control: Don't use shlibs:Depends for -prof.
Diffstat (limited to 'p')
-rw-r--r-- | p/haskell-haskeline/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/haskell-haskeline/debian/control b/p/haskell-haskeline/debian/control index d597506b0..998327c2a 100644 --- a/p/haskell-haskeline/debian/control +++ b/p/haskell-haskeline/debian/control @@ -26,7 +26,7 @@ Description: A command-line interface for user input, written in Haskell Package: libghc6-haskeline-prof Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Depends: ${haskell:Depends}, ${misc:Depends} Description: A command-line interface for user input; profiling libraries This package provides a library for the Haskell programming language, compiled for profiling. |