A script to retrieve a list of the most required skills for given vacancies from the website hh.ru.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

59 lines
1.2 KiB

name: hhskills
version: 0.1.0.0
license: GPL-3.0-only
author: "Maxim Likhachev"
maintainer: "envrm@yandex.ru"
copyright: "2019 Maxim Likhachev"
executables:
hhskills:
main: hhskills.hs
extra-source-files:
- README.md
dependencies:
- base
- relude ^>=0.5.0
- aeson ^>=1.4.0.0
- text ^>=1.2.3.1
- wreq ^>=0.5.3.2
- parallel ^>=3.2.2.0
- lens ^>=4.17.1
- optparse-applicative ^>=0.15.0.0
- Unique ^>=0.4.7.5
ghc-options:
- -fforce-recomp
- -fobject-code
- -O2
- -optc-O3
- -funfolding-use-threshold=16
- -threaded
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wmonomorphism-restriction
- -Wimplicit-prelude
- -Wmissing-local-signatures
- -Wmissing-exported-signatures
- -Wmissing-export-lists
- -Wmissing-import-lists
- -Wmissing-home-modules
- -Wmissing-methods
- -Wunused-packages
- -Wdodgy-imports
- -Widentities
- -Wredundant-constraints
- -Wpartial-fields
- -Wmissed-specialisations
- -Wcpp-undef
- -Wunused-imports
- -Wunused-matches
- -fno-cse
- -fhide-source-paths
- -freverse-errors
# - -Weverything