Skip to content
Snippets Groups Projects
Commit dc0e771a authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Update changelog and prepare for 2.7.0.1 release

parent 5961343e
No related branches found
Tags unix-2.7.0.1-release
No related merge requests found
## 2.7.0.1
## 2.7.0.1 *Mar 2014*
* Handle EROFS and ETXTBSY as (non-exceptional) permission denied in `fileAccess`
* Bundled with GHC 7.8.1
* Handle `EROFS` and `ETXTBSY` as (non-exceptional) permission denied in
`fileAccess`
* Fix `getFileStatus` to retry `stat(2)` when it returns `EAGAIN`
(this can happen on Solaris)
## 2.7.0.0 *Nov 2013*
......
......@@ -43,7 +43,7 @@ source-repository head
source-repository this
type: git
location: http://git.haskell.org/packages/unix.git
tag: unix-2.7.0.0-release
tag: unix-2.7.0.1-release
library
default-language: Haskell2010
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment