summaryrefslogtreecommitdiff
path: root/p/haskell-stm/debian/changelog
blob: 9484407d6fe3dbae1c1632cbf47b27e4980e48d4 (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
haskell-stm (2.4.4-3) UNRELEASED; urgency=medium

  * Bump standards-version to 3.9.6

 -- Joachim Breitner <nomeata@debian.org>  Thu, 20 Aug 2015 10:17:32 +0200

haskell-stm (2.4.4-2) unstable; urgency=medium

  * Upload to unstable

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

haskell-stm (2.4.4-1) experimental; urgency=medium

  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Mon, 06 Apr 2015 19:33:56 +0200

haskell-stm (2.4.2-2) experimental; urgency=low

  * Adjust watch file to new hackage layout
  * Depend on haskell-devscripts 0.9, found in experimental

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

haskell-stm (2.4.2-1) unstable; urgency=low

  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Mon, 27 May 2013 15:29:15 +0200

haskell-stm (2.4-3) unstable; urgency=low

  * Move Haskell blurb to the end of the description, reduces the impact
    of #708703

 -- Joachim Breitner <nomeata@debian.org>  Sat, 25 May 2013 23:52:45 +0200

haskell-stm (2.4-2) unstable; urgency=low

  * Enable compat level 9
  * Use substvars for Haskell description blurbs

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

haskell-stm (2.4-1) experimental; urgency=low

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 09 Feb 2013 17:06:56 -0500

haskell-stm (2.3-2) experimental; urgency=low

  * Depend on haskell-devscripts 0.8.13 to ensure this package is built
    against experimental
  * Bump standards version, no change

 -- Joachim Breitner <nomeata@debian.org>  Sun, 14 Oct 2012 12:02:08 +0200

haskell-stm (2.3-1) unstable; urgency=low

  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Sun, 13 May 2012 11:33:54 +0200

haskell-stm (2.2.0.1-2) unstable; urgency=low

  * Sourceful upload to rebuild documentation package.
  * Bump to Standards-Version 3.9.2.

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

haskell-stm (2.2.0.1-1) unstable; urgency=low

  [ Marco Túlio Gontijo e Silva ]
  * debian/source/format: Use 3.0 (quilt).

  [ Marco Silva ]
  * Use ghc instead of ghc6

  [ Joachim Breitner ]
  * New upstream release

 -- Joachim Breitner <nomeata@debian.org>  Sun, 27 Mar 2011 10:54:50 +0530

haskell-stm (2.1.1.2-5) unstable; urgency=low

  * Adopt for the Debian Haskell Group

 -- Joachim Breitner <nomeata@debian.org>  Fri, 12 Feb 2010 16:42:16 +0100

haskell-stm (2.1.1.2-4) unstable; urgency=low

  * Use hlibrary.mk from haskell-devscripts and remove the local copy.

 -- Kari Pahula <kaol@debian.org>  Wed, 25 Feb 2009 15:12:08 +0200

haskell-stm (2.1.1.2-3) unstable; urgency=low

  * Updated hlibrary.mk to put .haddock to -dev package.

 -- Kari Pahula <kaol@debian.org>  Fri, 20 Feb 2009 09:50:45 +0200

haskell-stm (2.1.1.2-2) unstable; urgency=low

  * Fixed hlibrary.mk to scan the local doc dir, not from under /usr.
  * Made -prof depend on the ${binary:Version} of -dev.

 -- Kari Pahula <kaol@debian.org>  Thu, 19 Feb 2009 19:44:49 +0200

haskell-stm (2.1.1.2-1) unstable; urgency=low

  * New upstream release
  * New maintainer.
  * Switched over to use hlibrary.mk and haskell-devscripts.

 -- Kari Pahula <kaol@debian.org>  Thu, 19 Feb 2009 14:49:29 +0200

haskell-stm (2.1.1.0-2) unstable; urgency=low

  * Upgrade to "Generic Haskell cabal library packaging files v10":
    * Versioned dependencies are now generated for the Cabal packages we
      depend on.
    * Use the new ${impl:ghc6:*_deps} variables in debian/control.in.
    * Call canonicalise-comma-list on the depends and suggests fields in
      control.in. This works around bugs in lintian, where it gets
      confused and starts giving spurious warnings.

 -- Ian Lynagh (wibble) <igloo@debian.org>  Thu, 28 Feb 2008 01:01:46 +0000

haskell-stm (2.1.1.0-1) unstable; urgency=low

  * Initial release (used to be part of GHC).
  * Using "Generic Haskell cabal library packaging files v9".

 -- Ian Lynagh (wibble) <igloo@debian.org>  Wed, 21 Nov 2007 01:17:55 +0000