Skip to content

Commit a060f54

Browse files
committed
Use only one category
1 parent 209fed3 commit a060f54

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

conditional-restriction-parser.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: conditional-restriction-parser
8-
version: 0.1.0.2
8+
version: 0.1.0.3
99
synopsis: Parser and interpreter of OpenStreetMap conditional restriction values
1010
description: Please see the README on GitHub at <https://github.com/geometalab/conditional-restriction-parser#readme>
11-
category: Library Utils Parser
11+
category: Parser
1212
homepage: https://github.com/geometalab/conditional-restriction-parser#readme
1313
bug-reports: https://github.com/geometalab/conditional-restriction-parser/issues
1414
author: Lukas Buchli
@@ -53,6 +53,8 @@ library
5353

5454
executable conditional-restriction-parser-exe
5555
main-is: Main.hs
56+
other-modules:
57+
Paths_conditional_restriction_parser
5658
hs-source-dirs:
5759
app
5860
ghc-options: -threaded -rtsopts -with-rtsopts=-N

package.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: conditional-restriction-parser
2-
version: 0.1.0.2
2+
version: 0.1.0.3
33
github: "geometalab/conditional-restriction-parser"
44
license: AGPL-3
55
license-file: LICENSE.md
66
author: "Lukas Buchli"
77
maintainer: "[email protected]"
88
copyright: "2022 Lukas Buchli"
99
synopsis: "Parser and interpreter of OpenStreetMap conditional restriction values"
10-
category: "Library Utils Parser"
10+
category: "Parser"
1111

1212
extra-source-files:
1313
- README.md
@@ -42,9 +42,6 @@ executables:
4242
- -with-rtsopts=-N
4343
dependencies:
4444
- conditional-restriction-parser
45-
when: # https://stackoom.com/en/question/4ZIzr
46-
- condition: false
47-
other-modules: Paths_conditional_restriction_parser
4845

4946
tests:
5047
conditional-restriction-parser-test:

0 commit comments

Comments
 (0)