* New upstream release, GHC-7.4.1 compatible (Closes: #663048)
* [c0e4746] Imported Upstream version 2.3.0. New/changed features include:
+ New more liberal syntax for mutually recursive definitions
+ Pattern matching on lambdas
+ New syntax for updating (some fields of) records
+ Universe polymorphism is now enabled by default
+ New type of hidden function argument: instance arguments
+ Dependent irrelevant function types and records with irrelevant fields
+ See http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.Version-2-3-0
for a full list
* [369ed3a] Update BDs in line with cabal requirements in new upstream
* [3798aee] Remove all patches. They are all now upstream.
* [16d953e] Remove old left-around patches
* [af671fe] Explicitly add haskell-mode directory to load path.
Thanks to Joey Capper for discovering the bug.
* [6fa096d] Update to use my d.o email address
* [f228ca0] Add an alexGetByte function for alex-3.0 compatibility
* Extend haskell-src-exts dependency range to include 0.11.*
* Adjust conflict on haskell-agda-doc to exclude the dummy package (Closes:
#629572)
* [60c4b8a] Imported Upstream version 2.2.10
* [81c6857] Add haskell-src-exts BD
* [d0ce959] Add QuickCheck BDs
* [5c875b0] Update short descriptions to reflect best practice
* [705223c] d/copyright: Update copyright years
* [ee8a4bc] GHC6 → GHC, for GHC 7 transition
* [12d4e49] Standards-Version bump to 3.9.2, no changes required
* [9244cc3] Add 'agda' meta package
* [c28c44c] Relax BD on src-exts
* [86be090] Backport upstream patch to add syb-0.3 compatibility
* [828c999] Lexer: Compatibility with the new GHC
* [db55ca5] Clean up some autogenerated files
* [ec6cfda] Imported Upstream version 2.2.8
* [597149f] Update emacs loading script to explicitly load haskell-
ghci. If this is not present, then agda-mode will error out
indicating that haskell-ghci is not available.
* [b16f978] Standards-Version → 3.9.1, no changes required
* Fix FTBFS by fixing zlib doc package name. (Closes: #577892)
* Convert to 3.0 (quilt)
* debian/control: Rename -doc package.
* debian/control: Remove the profiling package. It is unfortunate that this
package is proving to be too big to build before exhausting the available
resources on some architectures. Not having it should allow agda to build
in many more places though, so this is a win.
* debian/control, debian/rules, debian/watcher.sh: Remove the ticker which
should no longer be necessary due to the above. (Closes: #572300)
[ Iain Lane ]
* debian/rules, debian/watcher.sh: Add a ticker to the build to prevent
timeouts on some arches. This was taken from the GHC6 source package and
modified a bit to add some rudimentary locking. Previously the build was
timing out on some slow arches (armel, mips*) but does actually make
progress and complete when given enough time
* debian/control:
+ Add field ${haskell:Provides} to -dev and -prof packages in preparation
the upcoming GHC6/haskell-devscripts uploads into unstable
+ Standards-Version bump to 3.8.4, no changes required
[ Marco Túlio Gontijo e Silva ]
* debian/control: Remove unneeded Build-Depends: on libghc6-utf8-
string-*.
* debian/control: Bump version of haskell-devscripts on Build-Depends
to 0.7. Remove versioned Build-Depends: of ghc6* and remove
hscolour and haddock from Build-Depends:.
* debian/control: Split Build-Depends in Buid-Depends-Indep:.
* debian/control: Use all haskell: variables.
* debian/watch: Use format that downloads current version and checks
for new versions.
* debian/control: Set priority to extra per archive overrides
* debian/copyright: Update upstream source to a more generic location
* debian/rules, debian/libghc6-agda-dev.install: Install Agda.css, needed
to generate HTML documentation.
* New upstream release 2.2.6, for headlines please see:
http://wiki.portal.chalmers.se/agda/pmwiki.php?n=Main.Version-2-2-6
* debian/control
+ Bump standards-version to 3.8.3, no changes
+ Fix Vcs-Git to point to correct URL
+ Update build-depends for new upstream release
+ Undo arch/indep split per current pkg-haskell practice
+ Add Homepage field
* debian/copyright: Fix encoding to UTF-8 (thanks Lintian)
* debian/README.source: Remove, no repacking so not necessary any more
* debian/50agda.el:
+ Only load file if it exists, prevents a non-intrusive emacs warning
where 50agda.el is left on system when package is removed.
(Closes: #559197).
+ Do not load file on XEmacs — agda-mode is not compatible with XEmacs.
* New upstream release 2.2.4.
* Repacked to fix a couple of DFSG problems, see debian/README.source for
more information.
* debian/copyright: Update, add missing copyright holders.
* debian/control: Move ghc6-doc, haddock to Build-Depends. Move -doc
packages to build-depends-indep.
* Initial packaging (Closes: #522924)
* With thanks to Marco Túlio Gontijo e Silva and Joachim Breitner for
their helpful comments