Skip to content

Commit 2e73e69

Browse files
committed
chore(blockio): run cabal-fmt
1 parent b40582b commit 2e73e69

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

blockio/blockio.cabal

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
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
55
description:
66
This packages defines an abstract interface for batched, asynchronous I\/O,
77
for use with the abstract interface for file system I\/O defined by the
88
[fs-api](https://hackage.haskell.org/package/fs-api) package.
99

1010
The /sim/ sub-library of this package defines /simulated/ batched, asynchronous I\/O
1111
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
1314
license-files:
1415
LICENSE
1516
NOTICE
1617

1718
author:
1819
Duncan Coutts, Joris Dral, Matthias Heinzel, Wolfgang Jeltsch, Wen Kokke, and Alex Washburn
1920

20-
maintainer: TODO: MAINTAINER EMAIL
21+
maintainer: TODO: MAINTAINER EMAIL
2122
copyright:
2223
(c) 2023 Input Output Global, Inc. (IOG)
2324
(c) 2023-2025 INTERSECT
2425

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
3030

3131
source-repository head
3232
type: git
@@ -107,9 +107,9 @@ library
107107
cpp-options: -DSERIALBLOCKIO
108108

109109
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
113113

114114
if os(windows)
115115
buildable: False

0 commit comments

Comments
 (0)