File: changelog

package info (click to toggle)
curry-frontend 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,456 kB
  • sloc: haskell: 24,739; makefile: 27
file content (209 lines) | stat: -rw-r--r-- 6,840 bytes parent folder | download
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
curry-frontend (2.0.0-2) unstable; urgency=medium

  * Re-upload to unstable.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 04 Feb 2021 22:43:58 +0100

curry-frontend (2.0.0-1) experimental; urgency=medium

  * Upload to experimental.

  * New upstream release.
  * debian/patches:
    + Drop all patches, all included in this upstream release.
  * debian/copyright:
    + Update copyright attributions.
  * debian/control:
    + Update B-D field (esp. Haskell dependencies).
    + Bump Standards-Version: to 4.5.1. No changes needed.
  * debian/watch:
    + Update format version to 4.
  * debian/source/lintian-overrides:
    + Drop file, non of the overrides required anymore.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 04 Feb 2021 15:24:01 +0100

curry-frontend (1.0.4-5) unstable; urgency=medium

  * debian/control:
    + Enforce rebuild against ghc (>= 8.8.3). (Closes: #964675).
    + Make sure we rebuild against curry-base (>= 1.1.1-3~).
    + Bump Standards-Version: to 4.5.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 29 Sep 2020 17:33:38 +0200

curry-frontend (1.0.4-4) unstable; urgency=medium

  * debian/patches:
    + Add 0004_fix-spaninfo-of-renamed-typevars.patch. Add follow-up
      commit for already cherry-picked patches 0001-0003.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 15 Jan 2020 15:30:52 +0100

curry-frontend (1.0.4-3) unstable; urgency=medium

  * debian/control:
    + Bump Standards-Version: to 4.4.1. No changes needed.
    + Update B-Ds: Add file-embed.
    + Drop B-D devscripts. This originally was intended to be
      dpkg-dev (not devscripts). The required dpkg-dev version
      is available in Debian since wheezy.
  * debian/patches:
    + Add  bump-to-new-1-0-4-tag.patch. Upstream moved 1.0.4 tag in
      upstream Git. Chasing after them... (Closes: #947162).
    + Add 0001_remove-implicit-prelude-import-from-AST.patch.
    + Add 0002_export-AST-unqualified.patch.
    + Add 0003_keep-SpanInfos-for-local-idents-in-SyntaxCheck.patch.
  * debian/README.source:
    + Document tag movings on the upstream Git repository.
  * debian/rules:
    + Disable tests for now. In Debian, tests fail. Upstream states
      that all tests succeed. This solution is not ideal.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 02 Jan 2020 13:40:52 +0100

curry-frontend (1.0.4-2) unstable; urgency=medium

    + Bump Standards-Version: to 4.4.1. No changes needed.
    + Add Rules-Requires-Root: field and set it to "no".
    + Fix typo in Security-Contact: field.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 18 Nov 2019 10:32:46 +0100

curry-frontend (1.0.4-1) unstable; urgency=medium

  * New upstream release.
  * debian/upstream/metadata:
    + Fix Repository-Browser: field.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 02 Aug 2019 19:05:57 +0200

curry-frontend (1.0.3-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    + Bump Standards-Version: to 4.3.0. No changes needed.
    + Update versioned B for pakcs (to << 2.1.0~).

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 31 Jan 2019 12:52:55 +0100

curry-frontend (1.0.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    + Bump Standards-Version: to 4.2.1. No changes needed.
    + Update versioned B-Ds on curry-base to (>= 1.1.0~), but (<< 1.1.1).
  * debian/copyright:
    + Update copyright attributions.
  * debian/upstream/metadata:
    + Add file. Comply with DEP-12.
  * debian/source/lintian-overrides:
    + Drop the source override at old location, finally.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 22 Nov 2018 16:30:46 +0100

curry-frontend (1.0.1-3) unstable; urgency=medium

  * debian/watch:
    + Update for tarball export feature in latest GitLab versions.
  * debian/control:
    + Bump Standards-Version: to 4.2.0. No changes needed.
  * lintian: Move source override to new canonical location in debian/source/
    subfolder.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 20 Aug 2018 15:43:51 +0200

curry-frontend (1.0.1-2) unstable; urgency=medium

  * Re-upload to rebuild doc package against newer ghc haddock interface.
    (see cury-base Debian bug #896972).
  * debian/control:
    + Bump Standards-Version: to 4.1.4. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 27 Apr 2018 15:36:04 +0200

curry-frontend (1.0.1-1) unstable; urgency=medium

  * New upstream release.
  * debian/control:
    + Bump Standards-Version: to 4.1.3. No changes needed.
    + Add B (curry-frontend): pakcs (<< 2.0.1~).

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 09 Feb 2018 11:22:49 +0100

curry-frontend (1.0.0-1) unstable; urgency=medium

  * Re-upload to unstable as is.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 12 Dec 2017 19:27:56 +0100

curry-frontend (1.0.0-1~exp1) experimental; urgency=medium

  * New upstream release.
  * debian/control:
    + Set Priority: field to optional.
    + Bump Standards-Version: to 4.1.1.
    + Update versioned B-D on 'curry-base'.
    + Add B-D 'set-extra'.
  * debian/copyright:
    + Update copyright attributions.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 27 Nov 2017 11:48:20 +0100

curry-frontend (0.4.2-7) unstable; urgency=medium

  * debian/watch:
    + Update to new upstream URL.
  * debian/control:
    + Bump Standards-Version: to 4.1.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Sun, 17 Sep 2017 20:18:39 +0200

curry-frontend (0.4.2-6) unstable; urgency=medium

  [ Steve Langasek ]
  * debian/control:
    + Drop from B-D: libghc-cabal-{dev,prof}. Cabal is now provided with ghc
      itself. (Closes: #865817).

  [ Mike Gabriel ]
  * debian/control:
    + Bump Standards-Version: to 4.0.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 28 Jun 2017 09:59:59 +0200

curry-frontend (0.4.2-5) unstable; urgency=medium

  * debian/control:
    + Fix URL typo in LONG_DESCRIPTION. (Closes: #853222).

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 31 Jan 2017 10:34:43 +0100

curry-frontend (0.4.2-4) unstable; urgency=medium

  * debian/control:
    + Drop libghc-curry-frontend-prof. Not needed for normal
      curry-frontend operations. (Closes: #852843).

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 27 Jan 2017 21:40:24 +0100

curry-frontend (0.4.2-3) unstable; urgency=medium

  * debian/control:
    + Add Vcs-*: fields.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 27 Jan 2017 21:21:31 +0100

curry-frontend (0.4.2-2) unstable; urgency=medium

  * debian/control:
    + Update versioned B-D: libghc-curry-base-*. Ensure, that
      curry-base >= 0.4.2-3 gets used.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 27 Jan 2017 15:38:09 +0100

curry-frontend (0.4.2-1) unstable; urgency=low

  * Initial release. (Closes: #840532).

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 21 Dec 2016 13:54:41 +0000