File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : conditional-restriction-parser
8- version : 0.1.0.2
8+ version : 0.1.0.3
99synopsis : Parser and interpreter of OpenStreetMap conditional restriction values
1010description : Please see the README on GitHub at <https://github.com/geometalab/conditional-restriction-parser#readme>
11- category : Library Utils Parser
11+ category : Parser
1212homepage : https://github.com/geometalab/conditional-restriction-parser#readme
1313bug-reports : https://github.com/geometalab/conditional-restriction-parser/issues
1414author : Lukas Buchli
@@ -53,6 +53,8 @@ library
5353
5454executable 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
Original file line number Diff line number Diff line change 11name : conditional-restriction-parser
2- version : 0.1.0.2
2+ version : 0.1.0.3
33github : " geometalab/conditional-restriction-parser"
44license : AGPL-3
55license-file : LICENSE.md
66author : " Lukas Buchli"
7788copyright : " 2022 Lukas Buchli"
99synopsis : " Parser and interpreter of OpenStreetMap conditional restriction values"
10- category : " Library Utils Parser"
10+ category : " Parser"
1111
1212extra-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
4946tests :
5047 conditional-restriction-parser-test :
You can’t perform that action at this time.
0 commit comments