xrefcheck/package.yaml

102 lines
1.8 KiB
YAML
Raw Normal View History

name: crossref-verifier
version: 0.1.0.0
github: "githubuser/crossref-verifier"
license: MIT
author: "Kostya Ivanov"
maintainer: "martoon.hsk@gmail.com"
copyright: "2018 Martoon"
extra-source-files:
- README.md
description: Please see the README on GitHub at <https://github.com/serokell/crossref-verifier#readme>
default-extensions:
- AllowAmbiguousTypes
- BangPatterns
- ConstraintKinds
- DataKinds
- DefaultSignatures
- DeriveDataTypeable
- DeriveGeneric
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GeneralizedNewtypeDeriving
- LambdaCase
- MonadFailDesugaring
- MultiParamTypeClasses
- MultiWayIf
- NamedFieldPuns
- OverloadedStrings
- RankNTypes
- RecordWildCards
- ScopedTypeVariables
- StandaloneDeriving
- TemplateHaskell
- TupleSections
- TypeFamilies
- UndecidableInstances
- ViewPatterns
- TypeApplications
- TypeOperators
build-tools:
- autoexporter
ghc-options:
- -Wall
dependencies:
2018-10-11 17:27:59 +03:00
- aeson
- aeson-options
- async
- base-noprelude
- bytestring
- containers
- cmark-gfm
- data-default
- deepseq
- directory-tree
- directory
- filepath
- fmt
- http-client
- http-types
- lens
- loot-prelude
- pretty-terminal
- network-uri
- mtl
2018-10-11 17:27:59 +03:00
- o-clock
- optparse-applicative
- req
- roman-numerals
- text
2018-10-11 15:40:39 +03:00
- text-metrics
2018-10-11 17:27:59 +03:00
- yaml
library:
source-dirs: src
executables:
crossref-verify:
main: Main.hs
source-dirs: exec
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -O2
dependencies:
- crossref-verifier
tests:
crossref-verifier-tests:
main: Main.hs
source-dirs: tests
dependencies:
- crossref-verifier
- hspec
- QuickCheck