-
Notifications
You must be signed in to change notification settings - Fork 1
/
skyrim-alchemy.cabal
101 lines (96 loc) · 2.31 KB
/
skyrim-alchemy.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: cd9acb37fe2e2fb7296821fba2ff5bbc33bffca19f2af24dfe7b9f271340301a
name: skyrim-alchemy
version: 0.1.0.0
author: Timofey Peshin
maintainer: Timofey Peshin
build-type: Simple
library
exposed-modules:
AlchemyData
AlchemyInteraction
AlchemyInteractionIO
BinaryRelation
BronKerbosch
CLI
Command
Control.Carrier.Error.Extra
Data.UPair
PairMap
other-modules:
Paths_skyrim_alchemy
hs-source-dirs:
src
build-depends:
base ==4.12.0.0
, bytestring >=0.10.8.2
, containers >=0.6.0.1
, extra >=1.7.9
, fused-effects >=1.1.0.0
, fused-effects-lens >=1.2.0.1
, fused-effects-th >=0.1.0.2
, lens >=4.19.2
, megaparsec
, multi-containers >=0.1.1
, readline >=1.0.3.0
, split >=0.2.3.3
, text >=1.2.3.1
, transformers >=0.5.5.0
default-language: Haskell2010
executable skyrim-alchemy-exe
main-is: Main.hs
other-modules:
Paths_skyrim_alchemy
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base ==4.12.0.0
, bytestring >=0.10.8.2
, containers >=0.6.0.1
, extra >=1.7.9
, fused-effects >=1.1.0.0
, fused-effects-lens >=1.2.0.1
, fused-effects-th >=0.1.0.2
, lens >=4.19.2
, megaparsec
, multi-containers >=0.1.1
, readline >=1.0.3.0
, skyrim-alchemy
, split >=0.2.3.3
, text >=1.2.3.1
, transformers >=0.5.5.0
default-language: Haskell2010
test-suite skyrim-alchemy-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
AlchemyDataSpec
CLISpec
Paths_skyrim_alchemy
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base ==4.12.0.0
, bytestring >=0.10.8.2
, containers >=0.6.0.1
, extra >=1.7.9
, fused-effects >=1.1.0.0
, fused-effects-lens >=1.2.0.1
, fused-effects-th >=0.1.0.2
, hspec
, lens >=4.19.2
, megaparsec
, multi-containers >=0.1.1
, readline >=1.0.3.0
, skyrim-alchemy
, split >=0.2.3.3
, text >=1.2.3.1
, transformers >=0.5.5.0
default-language: Haskell2010