-
Notifications
You must be signed in to change notification settings - Fork 0
/
niio.cabal
42 lines (38 loc) · 1.1 KB
/
niio.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
cabal-version: 3.0
name: niio
version: 0.1.0
synopsis: Functions for debugging that guarantee non-interleaved output
license: BSD-3-Clause
license-file: LICENSE
author: Edsko de Vries
maintainer: [email protected]
category: Development
build-type: Simple
extra-doc-files: CHANGELOG.md
tested-with: GHC==8.10.7
, GHC==9.2.8
, GHC==9.4.8
, GHC==9.6.6
, GHC==9.8.2
, GHC==9.10.1
common lang
default-language: Haskell2010
ghc-options: -Wall
build-depends: base >= 4.14 && < 4.21
default-extensions:
DeriveAnyClass
DeriveFunctor
DeriveGeneric
DerivingStrategies
GeneralizedNewtypeDeriving
NamedFieldPuns
StandaloneDeriving
library
import: lang
exposed-modules: System.IO.NonInterleaved
hs-source-dirs: src
build-depends:
, exceptions >= 0.9 && < 0.11
, hashable >= 1.4 && < 1.6
, temporary >= 1.2.1 && < 1.4
, unordered-containers >= 0.2 && < 0.3