Name Status Last Modified Last Commit
lp:ubuntu/wily/haskell-utils 1 Development 2015-05-05 21:14:21 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/vivid/haskell-utils 2 Mature 2014-10-26 03:23:56 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/utopic/haskell-utils 2 Mature 2014-04-24 00:42:46 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/trusty/haskell-utils 2 Mature 2013-10-20 09:05:03 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/saucy/haskell-utils 2 Mature 2013-04-27 18:35:32 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/raring/haskell-utils 2 Mature 2012-10-20 06:46:41 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/quantal/haskell-utils 2 Mature 2012-04-26 19:02:33 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/precise/haskell-utils 2 Mature 2011-10-13 19:51:28 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/oneiric/haskell-utils 2 Mature 2011-04-28 15:18:23 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/natty/haskell-utils 2 Mature 2010-10-13 06:12:55 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/maverick/haskell-utils 2 Mature 2010-04-30 20:18:47 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/lucid/haskell-utils 1 Development 2009-10-30 14:18:47 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/jaunty/haskell-utils 2 Mature 2009-07-19 07:12:30 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/intrepid/haskell-utils 2 Mature 2009-07-19 07:12:11 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

lp:ubuntu/hardy/haskell-utils 2 Mature 2009-07-19 07:11:58 UTC
13. debian/control: switch back build-dep...

Author: StefanPotyra
Revision Date: 2008-03-30 04:49:36 UTC

debian/control: switch back build-dependency to ghc6, now that
ghc6 has been built on lpia (LP: #208780). Note to mergers:
There is no longer an Ubuntu delta, please sync!

lp:ubuntu/gutsy/haskell-utils 1 Development 2009-07-19 07:11:40 UTC
9. * Move haskell-utils-common_varfile f...

Author: Ian Lynagh (wibble)
Revision Date: 2007-05-24 11:39:24 UTC

* Move haskell-utils-common_varfile from /usr/lib/haskell-utils/ to
  /usr/lib/haskell-utils/varfiles/.
* Add function syntax &{foo:bar}, and define a canonicalise-comma-list
  function.
* Change the versions for the generic Debian packaging scripts
  to be n rather than 0.n so that sort -n works properly with them.
* Put the generic Debian packaging scripts in the package
  (/usr/lib/haskell-utils/scripts/{3,4,5,6,7,8,current})
  and write a program update-debian-haskell-files to copy them into the
  right places for the package in .
* Changes in Debian packaging scripts 8 over 7:
  * update-generated-files rule in debian/rules runs
    update-debian-haskell-files.
  * Build-dep on haddock >= 0.8-2 in order to get portable .haddock files.
  * We tell Cabal's configure where to put the docs so that it doesn't
    break when we move them around behind its back.
  * Use canonicalise-comma-list around the build-deps in debian/control.in
    to fix problems where we get an unparsable ", , " when a variable is
    empty.

lp:ubuntu/feisty/haskell-utils 1 Development 2009-07-19 07:11:23 UTC
7. * Remove nhc98 compilation option as ...

Author: Ian Lynagh (wibble)
Revision Date: 2006-12-04 19:38:44 UTC

* Remove nhc98 compilation option as it is no longer in the archive.
* Remove nhc98 ifdefs, and thus the need for CPP. Remove build-dep on
  cpphs.
* Remove redundant RE.hs REParser.hs StateM.hs (were only used for
  nhc98).
* Change build-deps to always require ghc6.
  Closes: #332978, #333534, #327280.
* Don't suggest implementations that are no longer in the archive.
* Apply patch from Stefan Potyra to remove the compiler file when it
  is empty, thus fixing droppings in /var/lib/haskell-utils.
  Closes: #328331.
* Apply patch from Simon Waters to fix a typo in the package description.
* Move haskell-utils manpage to section 8. Closes: #315681.
* Bump standards version to 3.7.2.

lp:ubuntu/edgy/haskell-utils 1 Development 2009-07-19 07:11:02 UTC
5. debian/control: Use ghc6 and only ghc...

Author: StefanPotyra
Revision Date: 2006-04-09 16:46:15 UTC

debian/control: Use ghc6 and only ghc6 for building. Thus, you won't
need to have hugs installed when installing ghc6.
(See debian BTS: #333534).

lp:ubuntu/dapper/haskell-utils 2 Mature 2009-07-19 07:10:48 UTC
5. debian/control: Use ghc6 and only ghc...

Author: StefanPotyra
Revision Date: 2006-04-09 16:46:15 UTC

debian/control: Use ghc6 and only ghc6 for building. Thus, you won't
need to have hugs installed when installing ghc6.
(See debian BTS: #333534).

lp:ubuntu/breezy/haskell-utils 1 Development 2009-07-19 07:10:33 UTC
3. * Non-maintainer upload. * C++ ABI tr...

Author: Kurt Roeckx
Revision Date: 2005-09-02 18:58:29 UTC

* Non-maintainer upload.
* C++ ABI transition: It's linked against libgmp3 and needs rebuild.
  Change build dependency order to prefer hugs over ghc6 since that is
  the only alternative that currently is installable.
  This also has as effect that the libgmp3 dependency gets dropped.
  (Closes: #319811)

lp:ubuntu/hoary/haskell-utils 1 Development 2009-07-19 07:10:20 UTC
2. * Don't allow ghc4 to satisfy the bui...

Author: Ian Lynagh (wibble)
Revision Date: 2004-10-31 00:51:14 UTC

* Don't allow ghc4 to satisfy the build-dep as it doesn't have Text.Regex.
* Implement a simple RE matcher for nhc98, and special case some of the
  building stuff for it.
* Build-deps need hmake when we are using nhc98.
* Give the nhc98 binary a larger default heap size (10M up from 400k).
* Build-depend on cpphs (used for some of the nhc98 magic).

lp:ubuntu/warty/haskell-utils 1 Development 2009-07-19 07:10:02 UTC
1. * The "remove compiler" actions when ...

Author: Ian Lynagh (wibble)
Revision Date: 2003-12-20 21:19:33 UTC

* The "remove compiler" actions when replacing an existing entry must
  be done before re-adding the compiler.
* Remove -Werror from Makefile as some older compilers don't like it.

lp:ubuntu/karmic/haskell-utils bug 1 Development 2009-07-19 07:08:17 UTC
14. * We now make tight (build-)deps for ...

Author: Ian Lynagh (wibble)
Revision Date: 2008-02-21 02:30:03 UTC

* We now make tight (build-)deps for the Cabal packages we depend on.
  This means that we can't have problems caused by cross-module
  inlining, or even Cabal version numbers becoming mismatched.
  Closes: #432799.
* Ignore dotfiles in varfile directories.
  In particular, this means that we ignore things like vim swapfiles.
  Closes: #445627.
* Fix the doc directory used in libghc6-PACKAGE-doc.postrm.
  Closes: #463998.
* Move the ghc6 version dependency logic into this package, and
  ignore what the ghc6 package tells us. This allows us to vary it,
  in particular make changes to the supported arches list, without
  having to do another ghc6 build on all platforms.
* All platforms now support ghc6, so make library build-deps just
      ghc6 (>= 6.8.2), ghc6 (<< 6.8.2+)
  rather than
      ghc6 (>= 6.8.2) [$ghc6_arches], ghc6 (<< 6.8.2+) [$ghc6_arches]
* Changes in Debian packaging scripts 10 over 9:
  * We now use ${impl:ghc6:lib_build_deps} rather than ${ghc6_lib_bdeps}.
    Closes: #460077.
  * We now use ${impl:ghc6:*_deps} rather than ${ghc6_*_deps} and
    hardcoded, unversioned deps.
  * 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.

123 of 23 results