diff options
Diffstat (limited to 'p/haskell-stm/debian')
| -rw-r--r-- | p/haskell-stm/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-stm/debian/control | 12 |
2 files changed, 11 insertions, 7 deletions
diff --git a/p/haskell-stm/debian/changelog b/p/haskell-stm/debian/changelog index c32fe94a0..45bf57852 100644 --- a/p/haskell-stm/debian/changelog +++ b/p/haskell-stm/debian/changelog @@ -1,7 +1,11 @@ haskell-stm (2.1.1.2-6) UNRELEASED; urgency=low + [ Marco TĂșlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). + [ Marco Silva ] + * Use ghc instead of ghc + -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Sun, 21 Feb 2010 07:46:14 -0300 haskell-stm (2.1.1.2-5) unstable; urgency=low @@ -42,7 +46,7 @@ haskell-stm (2.1.1.0-2) unstable; urgency=low * Upgrade to "Generic Haskell cabal library packaging files v10": * Versioned dependencies are now generated for the Cabal packages we depend on. - * Use the new ${impl:ghc6:*_deps} variables in debian/control.in. + * Use the new ${impl:ghc:*_deps} variables in debian/control.in. * Call canonicalise-comma-list on the depends and suggests fields in control.in. This works around bugs in lintian, where it gets confused and starts giving spurious warnings. diff --git a/p/haskell-stm/debian/control b/p/haskell-stm/debian/control index d976d358c..40c28bff5 100644 --- a/p/haskell-stm/debian/control +++ b/p/haskell-stm/debian/control @@ -7,14 +7,14 @@ Standards-Version: 3.8.4 Build-Depends: debhelper (>= 7) , haskell-devscripts (>= 0.7) , cdbs - , ghc6 - , ghc6-prof - , ghc6-doc + , ghc + , ghc-prof + , ghc-doc Homepage: http://hackage.haskell.org/package/stm Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stm Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stm -Package: libghc6-stm-dev +Package: libghc-stm-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} @@ -28,7 +28,7 @@ Description: Haskell Software Transactional Memory library for GHC Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. -Package: libghc6-stm-prof +Package: libghc-stm-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} @@ -41,7 +41,7 @@ Description: Haskell Software Transactional Memory library for GHC; profiling li Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. -Package: libghc6-stm-doc +Package: libghc-stm-doc Section: doc Architecture: all Depends: ${haskell:Depends} |
