-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy paththese-tests.cabal
More file actions
84 lines (76 loc) · 1.81 KB
/
these-tests.cabal
File metadata and controls
84 lines (76 loc) · 1.81 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
cabal-version: >=1.10
name: these-tests
version: 0
synopsis: Tests for these packages.
description:
Tests for these, these-lens, monad-chronicle, semialign and semialign-indexed
homepage: https://github.com/haskellari/these
license: BSD3
license-file: LICENSE
author: C. McCann, Oleg Grenrus
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
category: Data, Control, These, Tests
build-type: Simple
tested-with:
GHC ==7.4.2
|| ==7.6.3
|| ==7.8.4
|| ==7.10.3
|| ==8.0.2
|| ==8.2.2
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
|| ==8.10.4
|| ==9.0.1
, GHCJS ==8.4
source-repository head
type: git
location: https://github.com/haskellari/these.git
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules: Dummy
build-depends: base <4.17
test-suite test
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: test
ghc-options: -Wall
main-is: Tests.hs
other-modules:
Tests.AlignWrong
Tests.Crosswalk
Tests.Orphans
Tests.Semialign
Tests.SemialignWithIndex
Tests.These
-- library constrained dependencies
build-depends:
assoc
, base
, base-compat
, bifunctors
, binary
, containers
, hashable
, indexed-traversable
, lens
, QuickCheck
, semialign
, tagged
, these
, these-lens
, transformers
, unordered-containers
, vector
if !impl(ghc >=8.0)
build-depends: semigroups
-- additional dependencies
build-depends:
quickcheck-instances >=0.3.23 && <0.4
, tasty >=1.2 && <1.5
, tasty-quickcheck >=0.10 && <0.11
, transformers-compat >=0.6.5 && <0.7
if impl(ghc >=7.6)
build-depends: lattices >=2.0.1 && <2.1