From 4260c25687d3a4bc1ffacdacfbe7e47082ff2550 Mon Sep 17 00:00:00 2001
From: Herbert Valerio Riedel <hvr@gnu.org>
Date: Fri, 19 Dec 2014 10:51:27 +0100
Subject: [PATCH] Add /Since/ annotation to System.Posix.Fcntl

---
 System/Posix/Fcntl.hsc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/System/Posix/Fcntl.hsc b/System/Posix/Fcntl.hsc
index 7760bb5..749826f 100644
--- a/System/Posix/Fcntl.hsc
+++ b/System/Posix/Fcntl.hsc
@@ -16,6 +16,7 @@
 --
 -- POSIX file control support
 --
+-- /Since: 2.7.1.0/
 -----------------------------------------------------------------------------
 
 #include "HsUnix.h"
@@ -42,6 +43,8 @@ import GHC.IO.Exception ( unsupportedOperation )
 -- | Advice parameter for 'fileAdvise' operation.
 --
 -- For more details, see documentation of @posix_fadvise(2)@.
+--
+-- /Since: 2.7.1.0/
 data Advice
   = AdviceNormal
   | AdviceRandom
-- 
GitLab