diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:21 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-12-20 22:29:21 +0300 |
| commit | 62449b3a366a47a2d0275bc28325fbde00b1aba7 (patch) | |
| tree | 3ba7631c723408d69eb3614cea0b26cd07400535 /p/haskell-explicit-exception | |
| parent | 786754969d8c91f5d3085e1314f0f3d6d10329c8 (diff) | |
| download | DHG_packages-62449b3a366a47a2d0275bc28325fbde00b1aba7.tar.gz | |
haskell-explicit-exception: Do not depend on transformers, which now comes with GHC
Diffstat (limited to 'p/haskell-explicit-exception')
| -rw-r--r-- | p/haskell-explicit-exception/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-explicit-exception/debian/control | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/p/haskell-explicit-exception/debian/changelog b/p/haskell-explicit-exception/debian/changelog index 51b19e2ed..8d2b5eb6e 100644 --- a/p/haskell-explicit-exception/debian/changelog +++ b/p/haskell-explicit-exception/debian/changelog @@ -1,6 +1,7 @@ haskell-explicit-exception (0.1.7.3-2) UNRELEASED; urgency=medium * Depend on haskell-devscripts 0.9, found in experimental + * Do not depend on transformers, which now comes with GHC -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 16:57:06 +0100 diff --git a/p/haskell-explicit-exception/debian/control b/p/haskell-explicit-exception/debian/control index f3ea59769..84f6ede2f 100644 --- a/p/haskell-explicit-exception/debian/control +++ b/p/haskell-explicit-exception/debian/control @@ -5,11 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve> Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.9), ghc, ghc-prof, - libghc-transformers-dev (>= 0.2), - libghc-transformers-dev (<< 0.5), - libghc-transformers-prof Build-Depends-Indep: ghc-doc, - libghc-transformers-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/explicit-exception Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-explicit-exception |
