Skip to content

Commit ff050dd

Browse files
committed
Simplified YAML files
1 parent e4ac638 commit ff050dd

File tree

4 files changed

+0
-180
lines changed

4 files changed

+0
-180
lines changed
Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,15 @@
11
name: blah
2-
version: 0.1.0.0
3-
github: "githubuser/blah"
4-
license: BSD3
5-
author: "Author name here"
6-
maintainer: "[email protected]"
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>
212

223
dependencies:
234
- base >= 4.7 && < 5
245
- say >= 0.1.0.1
256

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-
377
library:
388
source-dirs: src
399

4010
executables:
4111
blah-exe:
4212
main: Main.hs
4313
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
5914
dependencies:
6015
- blah
Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,15 @@
11
name: blah
2-
version: 0.1.0.0
3-
github: "githubuser/blah"
4-
license: BSD3
5-
author: "Author name here"
6-
maintainer: "[email protected]"
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>
212

223
dependencies:
234
- base >= 4.7 && < 5
245
- say >= 0.2.0.1
256

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-
377
library:
388
source-dirs: src
399

4010
executables:
4111
blah-exe:
4212
main: Main.hs
4313
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
5914
dependencies:
6015
- blah
Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,14 @@
11
name: blah
2-
version: 0.1.0.0
3-
github: "githubuser/blah"
4-
license: BSD3
5-
author: "Author name here"
6-
maintainer: "[email protected]"
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>
212

223
dependencies:
234
- base >= 4.7 && < 5
245

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-
366
library:
377
source-dirs: src
388

399
executables:
4010
blah-exe:
4111
main: Main.hs
4212
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
5813
dependencies:
5914
- blah
Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,15 @@
11
name: blah
2-
version: 0.1.0.0
3-
github: "githubuser/blah"
4-
license: BSD3
5-
author: "Author name here"
6-
maintainer: "[email protected]"
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>
212

223
dependencies:
234
- base >= 4.7 && < 5
245
- wrong-package >= 0.2
256

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-
377
library:
388
source-dirs: src
399

4010
executables:
4111
blah-exe:
4212
main: Main.hs
4313
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
5914
dependencies:
6015
- blah

0 commit comments

Comments
 (0)