File: CHANGELOG.md

package info (click to toggle)
haskell-filelock 0.1.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 92 kB
  • sloc: haskell: 151; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 513 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
Changelog for filelock package

0.1.1.7
-------

_2023-08-03, Andreas Abel_

* Add `build-tools: hsc2hs` to `.cabal` for building with GHC 8.x

Tested with GHC 8.0 - 9.8.1-alpha1.

0.1.1.6
-------

_2023-04-06, Andreas Abel_

* Fix problem with locking when used with `unix-2.8`
  (issue [#12](https://github.com/takano-akio/filelock/issues/12)).
* Package moved to [@haskell-pkg-janitors](https://github.com/haskell-pkg-janitors/filelock).

Tested with GHC 8.2 - 9.6.

0.1.1.5
-------

_2020-06-30, Takano Akio_