File tree Expand file tree Collapse file tree 4 files changed +0
-180
lines changed
message-index/messages/S-4804 Expand file tree Collapse file tree 4 files changed +0
-180
lines changed Original file line number Diff line number Diff line change 1
1
name : blah
2
- version : 0.1.0.0
3
- github : " githubuser/blah"
4
- license : BSD3
5
- author : " Author name here"
6
-
7
- copyright : " 2022 Author name here"
8
-
9
- extra-source-files :
10
- - README.md
11
- - CHANGELOG.md
12
-
13
- # Metadata used when publishing your package
14
- # synopsis: Short description of your package
15
- # category: Web
16
-
17
- # To avoid duplicated efforts in documentation and dealing with the
18
- # complications of embedding Haddock markup inside cabal files, it is
19
- # common to point users to the README.md file.
20
- description : Please see the README on GitHub at <https://github.com/githubuser/blah#readme>
21
2
22
3
dependencies :
23
4
- base >= 4.7 && < 5
24
5
- say >= 0.1.0.1
25
6
26
- ghc-options :
27
- - -Wall
28
- - -Wcompat
29
- - -Widentities
30
- - -Wincomplete-record-updates
31
- - -Wincomplete-uni-patterns
32
- - -Wmissing-export-lists
33
- - -Wmissing-home-modules
34
- - -Wpartial-fields
35
- - -Wredundant-constraints
36
-
37
7
library :
38
8
source-dirs : src
39
9
40
10
executables :
41
11
blah-exe :
42
12
main : Main.hs
43
13
source-dirs : app
44
- ghc-options :
45
- - -threaded
46
- - -rtsopts
47
- - -with-rtsopts=-N
48
- dependencies :
49
- - blah
50
-
51
- tests :
52
- blah-test :
53
- main : Spec.hs
54
- source-dirs : test
55
- ghc-options :
56
- - -threaded
57
- - -rtsopts
58
- - -with-rtsopts=-N
59
14
dependencies :
60
15
- blah
Original file line number Diff line number Diff line change 1
1
name : blah
2
- version : 0.1.0.0
3
- github : " githubuser/blah"
4
- license : BSD3
5
- author : " Author name here"
6
-
7
- copyright : " 2022 Author name here"
8
-
9
- extra-source-files :
10
- - README.md
11
- - CHANGELOG.md
12
-
13
- # Metadata used when publishing your package
14
- # synopsis: Short description of your package
15
- # category: Web
16
-
17
- # To avoid duplicated efforts in documentation and dealing with the
18
- # complications of embedding Haddock markup inside cabal files, it is
19
- # common to point users to the README.md file.
20
- description : Please see the README on GitHub at <https://github.com/githubuser/blah#readme>
21
2
22
3
dependencies :
23
4
- base >= 4.7 && < 5
24
5
- say >= 0.2.0.1
25
6
26
- ghc-options :
27
- - -Wall
28
- - -Wcompat
29
- - -Widentities
30
- - -Wincomplete-record-updates
31
- - -Wincomplete-uni-patterns
32
- - -Wmissing-export-lists
33
- - -Wmissing-home-modules
34
- - -Wpartial-fields
35
- - -Wredundant-constraints
36
-
37
7
library :
38
8
source-dirs : src
39
9
40
10
executables :
41
11
blah-exe :
42
12
main : Main.hs
43
13
source-dirs : app
44
- ghc-options :
45
- - -threaded
46
- - -rtsopts
47
- - -with-rtsopts=-N
48
- dependencies :
49
- - blah
50
-
51
- tests :
52
- blah-test :
53
- main : Spec.hs
54
- source-dirs : test
55
- ghc-options :
56
- - -threaded
57
- - -rtsopts
58
- - -with-rtsopts=-N
59
14
dependencies :
60
15
- blah
Original file line number Diff line number Diff line change 1
1
name : blah
2
- version : 0.1.0.0
3
- github : " githubuser/blah"
4
- license : BSD3
5
- author : " Author name here"
6
-
7
- copyright : " 2022 Author name here"
8
-
9
- extra-source-files :
10
- - README.md
11
- - CHANGELOG.md
12
-
13
- # Metadata used when publishing your package
14
- # synopsis: Short description of your package
15
- # category: Web
16
-
17
- # To avoid duplicated efforts in documentation and dealing with the
18
- # complications of embedding Haddock markup inside cabal files, it is
19
- # common to point users to the README.md file.
20
- description : Please see the README on GitHub at <https://github.com/githubuser/blah#readme>
21
2
22
3
dependencies :
23
4
- base >= 4.7 && < 5
24
5
25
- ghc-options :
26
- - -Wall
27
- - -Wcompat
28
- - -Widentities
29
- - -Wincomplete-record-updates
30
- - -Wincomplete-uni-patterns
31
- - -Wmissing-export-lists
32
- - -Wmissing-home-modules
33
- - -Wpartial-fields
34
- - -Wredundant-constraints
35
-
36
6
library :
37
7
source-dirs : src
38
8
39
9
executables :
40
10
blah-exe :
41
11
main : Main.hs
42
12
source-dirs : app
43
- ghc-options :
44
- - -threaded
45
- - -rtsopts
46
- - -with-rtsopts=-N
47
- dependencies :
48
- - blah
49
-
50
- tests :
51
- blah-test :
52
- main : Spec.hs
53
- source-dirs : test
54
- ghc-options :
55
- - -threaded
56
- - -rtsopts
57
- - -with-rtsopts=-N
58
13
dependencies :
59
14
- blah
Original file line number Diff line number Diff line change 1
1
name : blah
2
- version : 0.1.0.0
3
- github : " githubuser/blah"
4
- license : BSD3
5
- author : " Author name here"
6
-
7
- copyright : " 2022 Author name here"
8
-
9
- extra-source-files :
10
- - README.md
11
- - CHANGELOG.md
12
-
13
- # Metadata used when publishing your package
14
- # synopsis: Short description of your package
15
- # category: Web
16
-
17
- # To avoid duplicated efforts in documentation and dealing with the
18
- # complications of embedding Haddock markup inside cabal files, it is
19
- # common to point users to the README.md file.
20
- description : Please see the README on GitHub at <https://github.com/githubuser/blah#readme>
21
2
22
3
dependencies :
23
4
- base >= 4.7 && < 5
24
5
- wrong-package >= 0.2
25
6
26
- ghc-options :
27
- - -Wall
28
- - -Wcompat
29
- - -Widentities
30
- - -Wincomplete-record-updates
31
- - -Wincomplete-uni-patterns
32
- - -Wmissing-export-lists
33
- - -Wmissing-home-modules
34
- - -Wpartial-fields
35
- - -Wredundant-constraints
36
-
37
7
library :
38
8
source-dirs : src
39
9
40
10
executables :
41
11
blah-exe :
42
12
main : Main.hs
43
13
source-dirs : app
44
- ghc-options :
45
- - -threaded
46
- - -rtsopts
47
- - -with-rtsopts=-N
48
- dependencies :
49
- - blah
50
-
51
- tests :
52
- blah-test :
53
- main : Spec.hs
54
- source-dirs : test
55
- ghc-options :
56
- - -threaded
57
- - -rtsopts
58
- - -with-rtsopts=-N
59
14
dependencies :
60
15
- blah
You can’t perform that action at this time.
0 commit comments