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: 7e709817763e8a6ce4c21d58175267e5326dd39a1902a4685e2379a2c1442a84 name: xrefcheck version: 0.1.0.0 x-revision: 1 description: Please see the README on GitHub at homepage: https://github.com/serokell/xrefcheck#readme bug-reports: https://github.com/serokell/xrefcheck/issues author: Kostya Ivanov, Serokell maintainer: Serokell copyright: 2018-2019 Serokell 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 < 0.18 , pretty-terminal , req , roman-numerals , template-haskell , text , text-metrics , th-lift-instances , th-utilities , 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 < 0.18 , pretty-terminal , req , roman-numerals , template-haskell , text , text-metrics , th-lift-instances , th-utilities , 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 < 0.18 , pretty-terminal , req , roman-numerals , template-haskell , text , text-metrics , th-lift-instances , th-utilities , xrefcheck , yaml default-language: Haskell2010