diff options
| author | Colin Watson <cjwatson@debian.org> | 2015-05-10 20:43:28 +0300 |
|---|---|---|
| committer | Colin Watson <cjwatson@debian.org> | 2015-05-10 20:43:28 +0300 |
| commit | c331ffee1d1330766b09d55f5a1eed5cdb5414ae (patch) | |
| tree | 663e4fcc947be5390b546be5e380c2e53cfa96c3 /p/haskell-web-plugins/debian | |
| parent | 22fda6de2d70955621aefa168143f9ca8ba6e994 (diff) | |
| download | DHG_packages-c331ffee1d1330766b09d55f5a1eed5cdb5414ae.tar.gz | |
haskell-web-plugins: Build-depend on ghc-ghci, due to use of Template Haskell.
Diffstat (limited to 'p/haskell-web-plugins/debian')
| -rw-r--r-- | p/haskell-web-plugins/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-web-plugins/debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/p/haskell-web-plugins/debian/changelog b/p/haskell-web-plugins/debian/changelog index 4c27d7db4..c594925d7 100644 --- a/p/haskell-web-plugins/debian/changelog +++ b/p/haskell-web-plugins/debian/changelog @@ -1,3 +1,9 @@ +haskell-web-plugins (0.2.7-3) UNRELEASED; urgency=medium + + * Build-depend on ghc-ghci, due to use of Template Haskell. + + -- Colin Watson <cjwatson@debian.org> Sun, 10 May 2015 18:43:13 +0100 + haskell-web-plugins (0.2.7-2) unstable; urgency=medium * Upload to unstable diff --git a/p/haskell-web-plugins/debian/control b/p/haskell-web-plugins/debian/control index 6b0ebb22b..cefb17b92 100644 --- a/p/haskell-web-plugins/debian/control +++ b/p/haskell-web-plugins/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.9) , ghc , ghc-prof + , ghc-ghci , libghc-mtl-dev (>> 2.1) , libghc-mtl-dev (<< 2.3) , libghc-mtl-prof |
