We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5961343 commit dc0e771Copy full SHA for dc0e771
changelog.md
@@ -1,6 +1,12 @@
1
-## 2.7.0.1
+## 2.7.0.1 *Mar 2014*
2
3
- * Handle EROFS and ETXTBSY as (non-exceptional) permission denied in `fileAccess`
+ * Bundled with GHC 7.8.1
4
+
5
+ * Handle `EROFS` and `ETXTBSY` as (non-exceptional) permission denied in
6
+ `fileAccess`
7
8
+ * Fix `getFileStatus` to retry `stat(2)` when it returns `EAGAIN`
9
+ (this can happen on Solaris)
10
11
## 2.7.0.0 *Nov 2013*
12
unix.cabal
@@ -43,7 +43,7 @@ source-repository head
43
source-repository this
44
type: git
45
location: http://git.haskell.org/packages/unix.git
46
- tag: unix-2.7.0.0-release
+ tag: unix-2.7.0.1-release
47
48
library
49
default-language: Haskell2010
0 commit comments