-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspaceballs.cabal
52 lines (51 loc) · 1.2 KB
/
spaceballs.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
43
44
45
46
47
48
49
50
51
52
cabal-version: 3.4
name: spaceballs
version: 0.1.0
library
default-extensions:
BlockArguments
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
DuplicateRecordFields
GADTs
LambdaCase
NoFieldSelectors
OverloadedRecordDot
OverloadedStrings
PatternSynonyms
QuantifiedConstraints
ViewPatterns
default-language: GHC2021
build-depends:
base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19,
bytestring ^>= 0.11.3 || ^>= 0.12.0,
case-insensitive ^>= 1.2.1,
containers ^>= 0.6.7 || ^>= 0.7,
http-types ^>= 0.12.3,
indexed-traversable ^>= 0.1.3,
primitive ^>= 0.8.0 || ^>= 0.9.0,
text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1,
wai ^>= 3.2.3,
exposed-modules:
Spaceballs
hs-source-dirs: src
ghc-options:
-Weverything
-Wno-all-missed-specialisations
-Wno-implicit-prelude
-Wno-missed-specialisations
-Wno-missing-import-lists
-Wno-missing-safe-haskell-mode
-Wno-prepositive-qualified-module
-Wno-safe
-Wno-unsafe
if impl(ghc >= 9.2)
ghc-options:
-Wno-missing-kind-signatures
if impl(ghc >= 9.8)
ghc-options:
-Wno-missing-role-annotations
other-modules:
Spaceballs.Headers