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.
34 lines
1.4 KiB
34 lines
1.4 KiB
cabal-version: 2.2 |
|
|
|
-- This file has been generated from package.yaml by hpack version 0.31.1. |
|
-- |
|
-- see: https://github.com/sol/hpack |
|
-- |
|
-- hash: 12c3d564fef775156d27c9aa68b17829ff685059ba4b11e9ac90d1b8f15654cf |
|
|
|
name: hhskills |
|
version: 0.1.0.0 |
|
author: Maxim Likhachev |
|
maintainer: envrm@yandex.ru |
|
copyright: 2019 Maxim Likhachev |
|
license: GPL-3.0-only |
|
build-type: Simple |
|
extra-source-files: |
|
README.md |
|
|
|
executable hhskills |
|
main-is: hhskills.hs |
|
other-modules: |
|
Paths_hhskills |
|
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 |
|
build-depends: |
|
Unique >=0.4.7.5 && <0.5 |
|
, aeson >=1.4.0.0 && <1.5 |
|
, base |
|
, lens >=4.17.1 && <4.18 |
|
, optparse-applicative >=0.15.0.0 && <0.16 |
|
, parallel >=3.2.2.0 && <3.3 |
|
, relude >=0.5.0 && <0.6 |
|
, text >=1.2.3.1 && <1.3 |
|
, wreq >=0.5.3.2 && <0.6 |
|
default-language: Haskell2010
|
|
|