1
- cabal-version : 2.0
1
+ cabal-version : 2.0
2
2
3
3
-- This file has been generated from package.yaml by hpack version 0.33.0.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
7
-- hash: b2b829a658e33ea328c725dea732391089d03ffd2a216d413a75d88aefa7c181
8
8
9
- name : implicit-hie
10
- version : 0.1.2.0
11
- description : Auto generate a stack or cabal multi component hie.yaml file
12
- category : Development, Tools, Hie, HLS
13
- synopsis : Auto generate hie-bios cradles & hie.yaml
14
- homepage : https://github.com/Avi-D-coder/implicit-hie#readme
15
- bug-reports : https://github.com/Avi-D-coder/implicit-hie/issues
16
- author : Avi Dessauer
17
- maintainer : avi.the.coder@gmail.com
18
- copyright : 2020
19
- license : BSD3
20
- license-file : LICENSE
21
- tested-with : GHC== 8.8.3
22
- build-type : Simple
9
+ name : implicit-hie
10
+ version : 0.1.2.0
11
+ description :
12
+ Auto generate a stack or cabal multi component hie.yaml file
13
+
14
+ category : Development, Tools, Hie, HLS
15
+ synopsis : Auto generate hie-bios cradles & hie.yaml
16
+ homepage : https://github.com/Avi-D-coder/implicit-hie#readme
17
+ bug-reports : https://github.com/Avi-D-coder/implicit-hie/issues
18
+ author : Avi Dessauer
19
+ maintainer : avi.the.coder@gmail.com
20
+ copyright : 2020
21
+ license : BSD3
22
+ license-file : LICENSE
23
+ tested-with : GHC == 8.8.3
24
+ build-type : Simple
23
25
extra-source-files :
24
- README .md
25
- ChangeLog .md
26
- test/benchSection
27
- test/cabal.project
28
- test/hie.yaml.cbl
29
- test/stackHie .yaml
30
- test/haskell-language-server-cabal
26
+ ChangeLog .md
27
+ README .md
28
+ test/benchSection
29
+ test/cabal.project
30
+ test/haskell-language-server-cabal
31
+ test/hie .yaml.cbl
32
+ test/stackHie.yaml
31
33
32
34
source-repository head
33
- type : git
35
+ type : git
34
36
location : https://github.com/Avi-D-coder/implicit-hie
35
37
36
38
library
37
39
exposed-modules :
38
- Hie.Cabal.Parser
39
- Hie.Locate
40
- Hie.Yaml
41
- other-modules :
42
- Paths_implicit_hie
43
- autogen-modules :
44
- Paths_implicit_hie
45
- hs-source-dirs :
46
- src
47
- ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints
40
+ Hie.Cabal.Parser
41
+ Hie.Locate
42
+ Hie.Yaml
43
+
44
+ other-modules : Paths_implicit_hie
45
+ autogen-modules : Paths_implicit_hie
46
+ hs-source-dirs : src
47
+ ghc-options :
48
+ -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
49
+ -fno-warn-unused-imports -fno-warn-unused-binds
50
+ -fno-warn-name-shadowing -fwarn-redundant-constraints
51
+
48
52
build-depends :
49
- attoparsec >= 0.13
50
- , base >= 4.7 && < 5
51
- , directory >= 1.3
52
- , filepath >= 1.4
53
- , filepattern >= 0.1
54
- , text >= 1.2
55
- , transformers >= 0.5
56
- , yaml >= 0.5
53
+ attoparsec >= 0.13
54
+ , base >= 4.7 && < 5
55
+ , directory >= 1.3
56
+ , filepath >= 1.4
57
+ , filepattern >= 0.1
58
+ , text >= 1.2
59
+ , transformers >= 0.5
60
+ , yaml >= 0.5
61
+
57
62
default-language : Haskell2010
58
63
59
64
executable gen-hie
60
- main-is : Main.hs
61
- other-modules :
62
- Paths_implicit_hie
63
- autogen-modules :
64
- Paths_implicit_hie
65
- hs-source-dirs :
66
- app
67
- ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
65
+ main-is : Main.hs
66
+ other-modules : Paths_implicit_hie
67
+ autogen-modules : Paths_implicit_hie
68
+ hs-source-dirs : app
69
+ ghc-options :
70
+ -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
71
+ -fno-warn-unused-imports -fno-warn-unused-binds
72
+ -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
73
+ -rtsopts -with-rtsopts=-N
74
+
68
75
build-depends :
69
76
attoparsec
70
- , base >= 4.7 && < 5
77
+ , base >= 4.7 && < 5
71
78
, directory
72
79
, filepath
73
80
, filepattern
74
81
, implicit-hie
75
82
, text
76
83
, transformers
77
84
, yaml
85
+
78
86
default-language : Haskell2010
79
87
80
88
test-suite implicit-hie-test
81
- type : exitcode-stdio-1.0
82
- main-is : Spec.hs
83
- other-modules :
84
- Paths_implicit_hie
85
- autogen-modules :
86
- Paths_implicit_hie
87
- hs-source-dirs :
88
- test
89
- ghc-options : -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns -fno-warn-unused-imports -fno-warn-unused-binds -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded -rtsopts -with-rtsopts=-N
89
+ type : exitcode-stdio-1.0
90
+ main-is : Spec.hs
91
+ other-modules : Paths_implicit_hie
92
+ autogen-modules : Paths_implicit_hie
93
+ hs-source-dirs : test
94
+ ghc-options :
95
+ -Wall -Wincomplete-record-updates -Wincomplete-uni-patterns
96
+ -fno-warn-unused-imports -fno-warn-unused-binds
97
+ -fno-warn-name-shadowing -fwarn-redundant-constraints -threaded
98
+ -rtsopts -with-rtsopts=-N
99
+
90
100
build-depends :
91
101
attoparsec
92
- , base >= 4.7 && < 5
102
+ , base >= 4.7 && < 5
93
103
, directory
94
104
, filepath
95
105
, filepattern
@@ -99,4 +109,5 @@ test-suite implicit-hie-test
99
109
, text
100
110
, transformers
101
111
, yaml
112
+
102
113
default-language : Haskell2010
0 commit comments