summaryrefslogtreecommitdiff
path: root/p/haskell-convertible/debian/changelog
blob: cf345e7b02bbb08190ab8808bfbffc473933e9e6 (plain)
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
haskell-convertible (1.1.1.0-1) unstable; urgency=medium

  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Mon, 29 Jun 2015 10:47:12 +0200

haskell-convertible (1.1.0.0-3) unstable; urgency=medium

  * Upload to unstable

 -- Joachim Breitner <nomeata@debian.org>  Mon, 27 Apr 2015 11:48:37 +0200

haskell-convertible (1.1.0.0-2) experimental; urgency=medium

  * Depend on haskell-devscripts 0.9, found in experimental

 -- Joachim Breitner <nomeata@debian.org>  Sat, 20 Dec 2014 17:09:58 +0100

haskell-convertible (1.1.0.0-1) unstable; urgency=medium

  [ Joachim Breitner ]
  * Adjust watch file to new hackage layout

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sun, 01 Jun 2014 20:20:10 -0400

haskell-convertible (1.0.11.1-2) unstable; urgency=low

  * Enable compat level 9
  * Bump standards version to 3.9.4

 -- Joachim Breitner <nomeata@debian.org>  Fri, 24 May 2013 12:50:13 +0200

haskell-convertible (1.0.11.1-1) experimental; urgency=low

  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
    against experimental
  * Change Vcs headers to Darcs
  * Add watch file
  * New upstream release
    + Drop 0001-Relax-build-dependency-on-time.patch

 -- Joachim Breitner <nomeata@debian.org>  Fri, 04 Jan 2013 16:33:32 +0100

haskell-convertible (1.0.11.0-3) unstable; urgency=low

  * Update 0001-Relax-build-dependency-on-time.patch for GHC 7.4.1.

 -- Clint Adams <clint@debian.org>  Thu, 09 Feb 2012 15:31:19 -0500

haskell-convertible (1.0.11.0-2) unstable; urgency=low

  * Add necessary haskell subst variables

 -- Joachim Breitner <nomeata@debian.org>  Wed, 14 Sep 2011 23:47:02 +0200

haskell-convertible (1.0.11.0-1) unstable; urgency=low

  * New upstream version, relicensed.

 -- Clint Adams <clint@debian.org>  Sat, 10 Sep 2011 17:35:59 -0400

haskell-convertible (1.0.9-4) unstable; urgency=low

  * [1f4b6cc] Standards-Version → 3.9.2, no changes required
  * [bc00b62] debian/control: Update BDs and package names for ghc6→ghc
  * [f63c673] Relax build-dependency on time
  * [1ee4138] Add new patch to relax build dependency on time library

 -- Iain Lane <laney@debian.org>  Thu, 26 May 2011 10:56:53 +0100

haskell-convertible (1.0.9-3) unstable; urgency=low

  * control: Use versioned Replaces: and Conflicts:

 -- Marco Túlio Gontijo e Silva <marcot@debian.org>  Wed, 05 May 2010 23:13:56 -0300

haskell-convertible (1.0.9-2) unstable; urgency=low

  * debian/control: Rename -doc package.

 -- Marco Túlio Gontijo e Silva <marcot@debian.org>  Wed, 17 Mar 2010 19:39:18 -0300

haskell-convertible (1.0.9-1) unstable; urgency=low

  * New upstream release.
  * Rebuild for GHC 6.12.
  * Drop Hugs build for now due to Cabal issue.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 17 Feb 2010 11:08:10 -0600

haskell-convertible (1.0.6-3) unstable; urgency=low

  * Build depend on cpphs to prevent FTBFS. (Closes: #556819)

 -- Joachim Breitner <nomeata@debian.org>  Sat, 05 Dec 2009 19:11:33 +0100

haskell-convertible (1.0.6-2) unstable; urgency=low

  [ Erik de Castro Lopo ]
  * debian/rules
    - Convert to hlibrary.mk (dh_haskell was removed to haskell-devscripts).
  * debian/control
    - Depend on haskell-devscripts >= 0.6.18.
    - Move Build-Depends-Indeps to Build-Depends.
    - Add hscolour to build deps.
    - Standards-Version 3.8.3
    - Section haskell.
   * debian/compat
    - Version 5

  [ Joachim Breitner ]
  * Change priority to extra
  * Put packages in section haskell properly
  * Add ${misc:Depends} and other subst vars

 -- Joachim Breitner <nomeata@debian.org>  Sat, 05 Dec 2009 17:42:10 +0100

haskell-convertible (1.0.6-1) unstable; urgency=low

  * New upstream release fixes issues with time library.
  * Move this to Haskell team maintenance.

 -- John Goerzen <jgoerzen@complete.org>  Mon, 02 Nov 2009 16:19:21 -0600

haskell-convertible (1.0.2-2) unstable; urgency=low

  * Remove requirement for ghci at build time.  Closes: #520860.

 -- John Goerzen <jgoerzen@complete.org>  Thu, 02 Jul 2009 01:21:40 -0500

haskell-convertible (1.0.2-1) unstable; urgency=low

  * Added Double conversion to/from System.Time.TimeDiff.

 -- John Goerzen <jgoerzen@complete.org>  Wed, 11 Mar 2009 14:49:33 -0500

haskell-convertible (1.0.1-2) unstable; urgency=low

  * Now build a porfiling version.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 27 Jan 2009 12:30:31 -0600

haskell-convertible (1.0.1-1) unstable; urgency=low

  * New upstream release.
    + Fixes an odd bug with ClockTime <-> POSIXTime conversions before the epoch.
    + Added tests to detect the above bug.
    + New convertVia function.
    + New C type instances.
    + Simplified some existing instances.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 27 Jan 2009 11:45:24 -0600

haskell-convertible (1.0.0-1) unstable; urgency=low

  * Initial release.  Closes: #513145.

 -- John Goerzen <jgoerzen@complete.org>  Tue, 13 Jan 2009 15:04:27 -0600