File: CHANGES.md

package info (click to toggle)
haskell-ekg-core 0.1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: haskell: 585; ansic: 62; makefile: 2
file content (56 lines) | stat: -rwxr-xr-x 1,210 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
## 0.1.1.7 (2019-03-15)

 * Fix two bugs in `cbits` relating to distribution values
   ([#35](https://github.com/tibbe/ekg-core/pull/35)).
 * GHC 8.8 support ([#34](https://github.com/tibbe/ekg-core/pull/34)).

## 0.1.1.6 (2018-11-19)

 * Reverted [#25](https://github.com/tibbe/ekg-core/pull/25), which
   introduced a regression.

## 0.1.1.5 (2018-11-19)

 * GHC 8.6 support ([#28](https://github.com/tibbe/ekg-core/pull/28)).
 * Bugfix: avoid division by zero ([#25](https://github.com/tibbe/ekg-core/pull/25)).

## 0.1.1.4 (2018-02-27)

 * GHC 8.4 support ([#23](https://github.com/tibbe/ekg-core/pull/23)).

## 0.1.1.3 (2017-10-10)

 * Fix a space leak in `System.Metric.Label.set` ([#21](https://github.com/tibbe/ekg-core/pull/21)).

## 0.1.1.2 (2017-07-31)

 * GHC 8.2 support.

## 0.1.1.1 (2016-05-28)

 * GHC 8.0 support.

## 0.1.1.0 (2015-07-31)

 * Expose internals for use in ekg-json.

## 0.1.0.4 (2015-04-12)

 * GHC 7.10 support.

## 0.1.0.3 (2015-02-11)

 * Allow base 4.9.
 * Pass -march=i686 to C compilers to enable atomics

## 0.1.0.2 (2014-09-30)

 * Bump upper bound on text to 1.3

## 0.1.0.1 (2013-06-06)

 * Fix a deadlock in Distribution

## 0.1.0.0 (2013-05-01)

 * Initial release.