* Rebuild against new GHC ABI.
* Upload to unstable as part of GHC 8 transition.
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
[ Gianfranco Costamagna ]
* Fix VCS fields
[ Clint Adams ]
* Temporarily build-depend on ghc 8.
* Switch Vcs-Git/Vcs-Browser headers to new location.
* Bump standards-version to 3.9.6
* Depend on haskell-devscripts >= 0.10 to ensure that this package
builds against GHC in experimental
* Upload to unstable
* Adjust watch file to new hackage layout
* Depend on haskell-devscripts 0.9, found in experimental
* Use standard substvars
* Enable compat level 9
* Depend on haskell-devscripts 0.8.13 to ensure this packages is built
against experimental
* Bump standards version, no change
* Fix -doc package dependency.
* Bump to Standards-Version 3.9.2.
[ Marco Silva ]
* Use ghc instead of ghc6
[ Joachim Breitner ]
* New upstream release
* control: Use versioned Replaces: and Conflicts:
* Use debian/compat 7.
* debian/source/format: Use 3.0 (quilt).
* debian/control: Rename -doc package.
[ Marco Túlio Gontijo e Silva ]
* debian/watch: Add .tar.gz to downloaded filename.
* debian/watch: Include package name in downloaded .tar.gz.
* debian/watch: Remove spaces, since they're not allowed by uscan.
* debian/control: Add field Provides: ${haskell:Provides} to -dev and
-prof packages.
* debian/control: Use Vcs-Browser: field.
* debian/control: Remove dependency in hscolour, since it's now a
dependency of haskell-devscripts.
* debian/control: Remove haddock from Build-Depends:, since it's now a
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
[ Joachim Breitner ]
* Bump haskell-devscripts dependency to 0.7
* Remove hugs package, as Cabal does not support building Hugs
packages
* Build-Depend on hscolour. (Closes: #557034)
[ Marco Túlio Gontijo e Silva ]
* debian/control: Use Debian Haskell Group as Maintainer.
* debian/watch: Use format that works for --download-current-version.
[ Joachim Breitner ]
* Use hlibrary.mk (Closes: #556806)
* Rebuild against GHC 6.10.
* NMU with permission of maintainer.
* Rebuild with haskell-devscripts 0.6.6 so the package description file
describes the correct path to the generated documentation. Adjust the
build dependency on haskell-devscrips accordingly.
* debian/control:
- Fix some minor errors.
* debian/control:
- Bump build dependency on GHC to >= 6.8.2 because the package now
needs a Cabal version >= 1.2.
* debian/patches/00list: Added empty patch list to fix lintian warning
dpatch-build-dep-but-no-patch-list
* debian/rules:
- Remove build-stamp on clean.
* New upstream release.
* debian/control:
- Adjust section of the libghc-regex-base-dev and
libghc6-regex-base-prof packages to libdevel to fix lintian warning
"dev-package-should-be-section-libdevel"
* New upstream release.
* debian/control:
- Rename Xs-Vcs-* fields to Vcs-* field.
- Update build dependency on haskell-devscripts to (>= 0.6.0) which
generates the haddock documentation now.
- Bump Standards-Version to 3.7.3. No changes needed.
* debian/mk-haskell-depends: Removed as haskell-devscripts now ships
dh_haskell_depends
* debian/rules:
- dh_haskell_install does not install empty directories anymore and
removes empty directories from the GHC package configuration
file, so stop doing this manually.
- dh_haskell also generates the haddock documentation so stop calling
./setup haddock
- Replace the call to debian/mk-haskell-depends with a call to
dh_haskell_depends.
* Initial release. (Closes: #429706)