File: ChangeLog.md

package info (click to toggle)
haskell-system-filepath 0.4.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: haskell: 1,278; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 655 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
## 0.4.14.1

* Remove custom setup script [#27](https://github.com/fpco/haskell-filesystem/pull/27)
* Fix warning `-Wtabs` (replaced tabs by spaces).
* Allow `deepseq-1.5`.
* Test build with GHC 8.0 - 9.12.0

## 0.4.14

* Add a Semigroup instance [#20](https://github.com/fpco/haskell-filesystem/pull/20)

## 0.4.13.3

* Documentation fix for: `PLATFORM_PATH_FORMAT` promotes platform dependent code [#12](https://github.com/fpco/haskell-filesystem/issues/12)

## 0.4.13.2

* update `splitDirectories` function [#4](https://github.com/fpco/haskell-filesystem/pull/4)

## 0.4.13.1

* Allow `deepseq-1.4`.

## 0.4.13

Maintenance taken over by FP Complete.