Skip to content

Commit d2fe3cd

Browse files
hasufellBodigrim
authored andcommitted
Expose DirStream and friends, fixes #25
1 parent e0f4580 commit d2fe3cd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

System/Posix/Directory/Internals.hsc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
-----------------------------------------------------------------------------
2+
-- |
3+
-- Module : System.Posix.Directory.Internals
4+
-- Copyright : (c) The University of Glasgow 2022
5+
-- License : BSD-style (see the file libraries/base/LICENSE)
6+
--
7+
-- Maintainer : libraries@haskell.org
8+
-- Stability : provisional
9+
-- Portability : non-portable (requires POSIX)
10+
--
11+
-- POSIX directory support (internal module, no PVP guarantees)
12+
--
13+
-----------------------------------------------------------------------------
14+
15+
module System.Posix.Directory.Internals ( DirStream(..), CDir, CDirent, DirStreamOffset(..) ) where
16+
17+
import System.Posix.Directory.Common

unix.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ library
8989
System.Posix.ByteString.FilePath
9090

9191
System.Posix.Directory
92+
System.Posix.Directory.Internals
9293
System.Posix.Directory.Fd
9394
System.Posix.Directory.ByteString
9495

0 commit comments

Comments
 (0)