-
Notifications
You must be signed in to change notification settings - Fork 0
/
estrutura-dados.cabal
124 lines (118 loc) · 2.69 KB
/
estrutura-dados.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
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: a3273562e4503fc195b9f9abe282d99132e86f6e77c91f98bbe39f70df116dab
name: estrutura-dados
version: 0.3.0.0
description: Please see the README on GitHub at <https://github.com/Mdsp9070/estrutura_de_dados#readme>
homepage: https://github.com/Mdsp9070/estrutura_de_dados#readme
bug-reports: https://github.com/Mdsp9070/estrutura_de_dados/issues
author: Matheus de Souza Pessanha
maintainer: [email protected]
copyright: mdsp
license: GPL-3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.org
source-repository head
type: git
location: https://github.com/Mdsp9070/estrutura_de_dados
library
exposed-modules:
LE1.Cilindro.TAD
LE1.Clientes.TAD
LE1.ConjuntoInt.TAD
LE1.Data.TAD
LE1.Matriz.Array
LE1.Matriz.Lista
LE1.Matriz.Medidores
LE1.Recursao.Combinacao
LE1.Recursao.Raiz
other-modules:
Paths_estrutura_dados
hs-source-dirs:
src
build-depends:
Decimal
, array
, base >=4.7 && <5
, bytestring
, deepseq
, directory
, hspec
, pretty-terminal
, random
, table-layout
, temporary
, text
, time
, unix-compat
default-language: Haskell2010
executable estrutura-dados-exe
main-is: Main.hs
other-modules:
Helpers
Helpers.Cilindro
Helpers.Clientes
Helpers.ConjuntoInt
Helpers.Data
Helpers.Matriz
Helpers.Recursao
Menu
Paths_estrutura_dados
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Decimal
, array
, base >=4.7 && <5
, bytestring
, deepseq
, directory
, estrutura-dados
, hspec
, pretty-terminal
, random
, table-layout
, temporary
, text
, time
, unix-compat
default-language: Haskell2010
test-suite estrutura-dados-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
LE1.Cilindro.TADSpec
LE1.Clientes.TADSpec
LE1.ConjuntoInt.TADSpec
LE1.Data.TADSpec
LE1.Matriz.ArraySpec
LE1.Matriz.ListaSpec
LE1.Recursao.CombinacaoSpec
LE1.Recursao.RaizSpec
Paths_estrutura_dados
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
Decimal
, array
, base >=4.7 && <5
, bytestring
, deepseq
, directory
, estrutura-dados
, hspec
, pretty-terminal
, random
, table-layout
, temporary
, text
, time
, unix-compat
default-language: Haskell2010