-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrynocular.cabal
52 lines (49 loc) · 1.5 KB
/
trynocular.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: 2.4
name: trynocular
version: 0.1.0.0
-- synopsis:
-- description:
-- category:
bug-reports: https://github.com/shapr/trynocular/issues
license: MIT
author: Shae Erisson and Chris Smith
maintainer: [email protected]
extra-source-files:
CHANGELOG.md
README.md
library
exposed-modules: Trynocular
, Trynocular.Generable
, Trynocular.Generator
, Trynocular.Key
, Trynocular.PartialKeySet
, Trynocular.Standardizer
, Trynocular.TestHarness
, Demo
build-depends: base
, fingertree
, hpc
, math-functions
, random
, semigroupoids
, universe-base
, megaparsec
, bytestring
, containers
hs-source-dirs: src
default-language: GHC2021
ghc-options: -Wall
test-suite trynocular-test
type: exitcode-stdio-1.0
main-is: Main.hs
build-depends: base
, hspec
, random
, random-shuffle
, trynocular
, QuickCheck
, bytestring
, containers
hs-source-dirs: test
default-language: GHC2021
ghc-options: -Wall