-
Notifications
You must be signed in to change notification settings - Fork 1
/
spectrometer-tests.cabal
65 lines (60 loc) · 1.38 KB
/
spectrometer-tests.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
53
54
55
56
57
58
59
60
61
62
63
64
65
cabal-version: 2.2
name: spectrometer-tests
version: 0.1.0.0
license: MPL-2.0
build-type: Simple
common lang
build-depends: base >=4.12 && <4.16
default-language: Haskell2010
default-extensions:
AllowAmbiguousTypes
BangPatterns
ConstraintKinds
DataKinds
DeriveGeneric
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NumericUnderscores
OverloadedLabels
OverloadedStrings
PolyKinds
RankNTypes
RecordWildCards
ScopedTypeVariables
StrictData
TupleSections
TypeApplications
TypeFamilies
TypeOperators
UndecidableInstances
ghc-options:
-Wall -Wincomplete-uni-patterns -Wcompat
-Wincomplete-record-updates -Wmissing-home-modules
-Wmissing-export-lists -Wredundant-constraints
test-suite integration
import: lang
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: test.hs
-- cabal-fmt: expand test
other-modules:
Control.Carrier.Exec.NixShell
IntegrationSpec
Repo
build-tool-depends: hspec-discover:hspec-discover ^>=2.7.1
build-depends:
, containers
, fused-effects
, hspec ^>=2.7.1
, path
, path-io
, spectrometer
, text