|
1 |
| -cabal-version: 3.4 |
2 |
| -name: blockio |
3 |
| -version: 0.1.0.0 |
4 |
| -synopsis: Abstract interface for batched, asynchronous I/O |
| 1 | +cabal-version: 3.4 |
| 2 | +name: blockio |
| 3 | +version: 0.1.0.0 |
| 4 | +synopsis: Abstract interface for batched, asynchronous I/O |
5 | 5 | description:
|
6 | 6 | This packages defines an abstract interface for batched, asynchronous I\/O,
|
7 | 7 | for use with the abstract interface for file system I\/O defined by the
|
8 | 8 | [fs-api](https://hackage.haskell.org/package/fs-api) package.
|
9 | 9 |
|
10 | 10 | The /sim/ sub-library of this package defines /simulated/ batched, asynchronous I\/O
|
11 | 11 | for use with the [fs-sim](https://hackage.haskell.org/package/fs-sim) package.
|
12 |
| -license: Apache-2.0 |
| 12 | + |
| 13 | +license: Apache-2.0 |
13 | 14 | license-files:
|
14 | 15 | LICENSE
|
15 | 16 | NOTICE
|
16 | 17 |
|
17 | 18 | author:
|
18 | 19 | Duncan Coutts, Joris Dral, Matthias Heinzel, Wolfgang Jeltsch, Wen Kokke, and Alex Washburn
|
19 | 20 |
|
20 |
| -maintainer: TODO: MAINTAINER EMAIL |
| 21 | +maintainer: TODO: MAINTAINER EMAIL |
21 | 22 | copyright:
|
22 | 23 | (c) 2023 Input Output Global, Inc. (IOG)
|
23 | 24 | (c) 2023-2025 INTERSECT
|
24 | 25 |
|
25 |
| -category: System |
26 |
| -build-type: Simple |
27 |
| -extra-doc-files: CHANGELOG.md |
28 |
| -tested-with: |
29 |
| - GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12 |
| 26 | +category: System |
| 27 | +build-type: Simple |
| 28 | +extra-doc-files: CHANGELOG.md |
| 29 | +tested-with: GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12 |
30 | 30 |
|
31 | 31 | source-repository head
|
32 | 32 | type: git
|
@@ -107,9 +107,9 @@ library
|
107 | 107 | cpp-options: -DSERIALBLOCKIO
|
108 | 108 |
|
109 | 109 | library fcntl-nocache
|
110 |
| - import: language, warnings |
111 |
| - visibility: private |
112 |
| - hs-source-dirs: src-fcntl-nocache |
| 110 | + import: language, warnings |
| 111 | + visibility: private |
| 112 | + hs-source-dirs: src-fcntl-nocache |
113 | 113 |
|
114 | 114 | if os(windows)
|
115 | 115 | buildable: False
|
|
0 commit comments