diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-15 22:22:25 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-06-15 22:22:25 +0300 |
| commit | 6dd73a4f4436cf6d126f5bf9127a3461cf68a00a (patch) | |
| tree | 017facc6e96546fbe1b6bb5e606e8b0c674d06cf /p/haskell-reflection/debian | |
| parent | 56d4404b59a3dea7460d65cf3df003e47aab3cb7 (diff) | |
| download | DHG_packages-6dd73a4f4436cf6d126f5bf9127a3461cf68a00a.tar.gz | |
haskell-reflection: Actually drop the ghc-ghci dependency
Diffstat (limited to 'p/haskell-reflection/debian')
| -rw-r--r-- | p/haskell-reflection/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-reflection/debian/control | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/p/haskell-reflection/debian/changelog b/p/haskell-reflection/debian/changelog index 219dc4a08..8f56f221f 100644 --- a/p/haskell-reflection/debian/changelog +++ b/p/haskell-reflection/debian/changelog @@ -1,3 +1,9 @@ +haskell-reflection (1.5.1.2-5) UNRELEASED; urgency=medium + + * Actually drop the ghc-ghci dependency + + -- Joachim Breitner <nomeata@debian.org> Mon, 15 Jun 2015 21:22:16 +0200 + haskell-reflection (1.5.1.2-4) unstable; urgency=medium * Do not depend on ghc-ghci but set the template-haskell flag accordingly. diff --git a/p/haskell-reflection/debian/control b/p/haskell-reflection/debian/control index b482a8c10..ff703376c 100644 --- a/p/haskell-reflection/debian/control +++ b/p/haskell-reflection/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.9) , ghc , ghc-prof - , ghc-ghci Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/reflection |
