1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
lambdabot (5.0.3-4) UNRELEASED; urgency=medium
* Use secure (https) uri in Vcs-Git field in 'debian/control'
-- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:40 +0300
lambdabot (5.0.3-3) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
-- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:55:22 -0500
lambdabot (5.0.3-2) experimental; urgency=low
* Add lintian override against rpath issue
-- Sven Bartscher <sven.bartscher@weltraumschlangen.de> Mon, 05 Oct 2015 21:05:49 +0200
lambdabot (5.0.3-1) experimental; urgency=medium
* Depend on haskell-devscripts 0.9, found in experimental
* Do not depend on transformers, which now comes with GHC
* Do not depend on haskeline, which now comes with GHC
* Patch: use network-uri
* Other build-compatibility patches
* New upstream release
* Bump standards-version to 3.9.6
* Depend on haskell-devscripts >= 0.10 to ensure that this package
builds against GHC in experimental
-- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:29:13 +0200
lambdabot (4.3.0.1-1) unstable; urgency=low
[ Joachim Breitner ]
* Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
* New upstream release
* Enable compat level 9
[ Colin Watson ]
* Build-depend on ghc-ghci, due to use of Template Haskell.
[ Joachim Breitner ]
* Disable some plugins that have a bad dependency-to-usefulness ratio (Dice,
Quote, Numberwang, Stats)
* Adjust watch file to new hackage layout
[ Raúl Benencia ]
* New upstream release
* Update disable-some-plugins patch in order for it to work with the new
upstream release
* Depend on libghc-src-exts-dev (>= 1.14.0)
* Add plugins packages to Suggest and Recommends
* Rename bf binary name to match the one provided by hsbrainfuck package
-- Clint Adams <clint@debian.org> Sat, 09 Nov 2013 20:12:07 -0500
lambdabot (4.2.3.2-4) unstable; urgency=low
* Build-Depend on cdbs to make lintian (and dak) happy, although
haskell-devscripts does depend on cdbs.
-- Joachim Breitner <nomeata@debian.org> Sun, 11 Mar 2012 17:57:32 +0100
lambdabot (4.2.3.2-3) unstable; urgency=low
* patches/use-FlexibleInstances: GHC 7.4.1 compatibility
* Redo debian/rules to use hlibrary.mk
-- Joachim Breitner <nomeata@debian.org> Sun, 11 Mar 2012 16:28:15 +0100
lambdabot (4.2.3.2-2) unstable; urgency=low
* Change fptools path.
* Change maintainer to Debian Haskell Group.
-- Clint Adams <clint@debian.org> Sat, 01 Oct 2011 17:04:47 -0400
lambdabot (4.2.3.2-1) unstable; urgency=low
* Initial release.
-- Clint Adams <clint@debian.org> Thu, 02 Jun 2011 10:37:55 -0400
|