xrefcheck-0.1.1: xrefcheck.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2aee7eb48869c4fb44e2f3cb3933ad8ed8d0e95278c77d8b2069067dba641091
name: xrefcheck
version: 0.1.1
description: Please see the README on GitHub at <https://github.com/serokell/xrefcheck#readme>
homepage: https://github.com/serokell/xrefcheck#readme
bug-reports: https://github.com/serokell/xrefcheck/issues
author: Kostya Ivanov, Serokell
maintainer: Serokell <hi@serokell.io>
copyright: 2018-2019 Serokell <https://serokell.io>
license: MPL-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGES.md
src-files/def-config.yaml
source-repository head
type: git
location: https://github.com/serokell/xrefcheck
library
exposed-modules:
Xrefcheck.CLI
Xrefcheck.Config
Xrefcheck.Core
Xrefcheck.Progress
Xrefcheck.Scan
Xrefcheck.Scanners
Xrefcheck.Scanners.Markdown
Xrefcheck.System
Xrefcheck.Util
Xrefcheck.Verify
other-modules:
Paths_xrefcheck
hs-source-dirs:
src
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
ghc-options: -Wall -Wincomplete-record-updates
build-tool-depends:
autoexporter:autoexporter
build-depends:
Glob
, aeson
, aeson-options
, async
, base-noprelude
, bytestring
, cmark-gfm
, containers
, data-default
, deepseq
, directory
, directory-tree
, filepath
, fmt
, http-client
, http-types
, lens
, loot-prelude
, mtl
, o-clock
, optparse-applicative
, pretty-terminal
, req
, roman-numerals
, template-haskell
, text
, text-metrics
, th-lift-instances
, th-utilities
, with-utf8
, yaml
default-language: Haskell2010
executable xrefcheck
main-is: Main.hs
other-modules:
Paths_xrefcheck
hs-source-dirs:
exec
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
ghc-options: -Wall -Wincomplete-record-updates -threaded -rtsopts -with-rtsopts=-N -O2
build-tool-depends:
autoexporter:autoexporter
build-depends:
Glob
, aeson
, aeson-options
, async
, base-noprelude
, bytestring
, cmark-gfm
, containers
, data-default
, deepseq
, directory
, directory-tree
, filepath
, fmt
, http-client
, http-types
, lens
, loot-prelude
, mtl
, o-clock
, optparse-applicative
, pretty-terminal
, req
, roman-numerals
, template-haskell
, text
, text-metrics
, th-lift-instances
, th-utilities
, with-utf8
, xrefcheck
, yaml
default-language: Haskell2010
test-suite xrefcheck-tests
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Spec
Test.Xrefcheck.AnchorsSpec
Test.Xrefcheck.ConfigSpec
Test.Xrefcheck.LocalSpec
Paths_xrefcheck
hs-source-dirs:
tests
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
ghc-options: -Wall -Wincomplete-record-updates
build-tool-depends:
autoexporter:autoexporter
, hspec-discover:hspec-discover
build-depends:
Glob
, QuickCheck
, aeson
, aeson-options
, async
, base-noprelude
, bytestring
, cmark-gfm
, containers
, data-default
, deepseq
, directory
, directory-tree
, filepath
, fmt
, hspec
, http-client
, http-types
, lens
, loot-prelude
, mtl
, o-clock
, optparse-applicative
, pretty-terminal
, req
, roman-numerals
, template-haskell
, text
, text-metrics
, th-lift-instances
, th-utilities
, with-utf8
, xrefcheck
, yaml
default-language: Haskell2010