diff options
| -rw-r--r-- | p/haskell-language-python/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-language-python/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-language-python/debian/changelog b/p/haskell-language-python/debian/changelog index a1fd39e22..c38fb50cf 100644 --- a/p/haskell-language-python/debian/changelog +++ b/p/haskell-language-python/debian/changelog @@ -1,3 +1,9 @@ +haskell-language-python (0.4.0-2) UNRELEASED; urgency=medium + + * Depend on happy (Closes: #759503) + + -- Joachim Breitner <nomeata@debian.org> Wed, 27 Aug 2014 17:44:53 -0700 + haskell-language-python (0.4.0-1) unstable; urgency=low * Initial release. diff --git a/p/haskell-language-python/debian/control b/p/haskell-language-python/debian/control index ae17ba082..cd1707cc2 100644 --- a/p/haskell-language-python/debian/control +++ b/p/haskell-language-python/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof + , happy , libghc-transformers-dev (>= 0.3) , libghc-transformers-dev (<< 0.4) , libghc-transformers-prof |
