cabal-version: 2.0 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: ab6af365f22152ef223e8a0ab2213ac72da2aa58d5211dc9d389c66e8515674f name: xrefcheck version: 0.1.2 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 autogen-modules: Paths_xrefcheck hs-source-dirs: src default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators ghc-options: -Wall -Wincomplete-record-updates build-depends: Glob , aeson , aeson-options , async , base <4.15 , bytestring , cmark-gfm , containers , data-default , deepseq , directory , directory-tree , filepath , fmt , http-client , http-types , lens , modern-uri , mtl , o-clock , optparse-applicative , pretty-terminal , req , roman-numerals , template-haskell , text , text-metrics , th-lift-instances , th-utilities , universum , with-utf8 , yaml mixins: base hiding (Prelude) , universum (Universum as Prelude) , universum (Universum.Unsafe as Unsafe) default-language: Haskell2010 executable xrefcheck main-is: Main.hs other-modules: Paths_xrefcheck autogen-modules: Paths_xrefcheck hs-source-dirs: exec default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase 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-depends: Glob , aeson , aeson-options , async , base <4.15 , bytestring , cmark-gfm , containers , data-default , deepseq , directory , directory-tree , filepath , fmt , http-client , http-types , lens , modern-uri , mtl , o-clock , optparse-applicative , pretty-terminal , req , roman-numerals , template-haskell , text , text-metrics , th-lift-instances , th-utilities , universum , with-utf8 , xrefcheck , yaml mixins: base hiding (Prelude) , universum (Universum as Prelude) , universum (Universum.Unsafe as Unsafe) 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 autogen-modules: Paths_xrefcheck hs-source-dirs: tests default-extensions: AllowAmbiguousTypes BangPatterns ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveGeneric FlexibleContexts FlexibleInstances FunctionalDependencies GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeFamilies UndecidableInstances ViewPatterns TypeApplications TypeOperators ghc-options: -Wall -Wincomplete-record-updates build-tool-depends: hspec-discover:hspec-discover build-depends: Glob , QuickCheck , aeson , aeson-options , async , base <4.15 , bytestring , cmark-gfm , containers , data-default , deepseq , directory , directory-tree , filepath , fmt , hspec , http-client , http-types , lens , modern-uri , mtl , o-clock , optparse-applicative , pretty-terminal , req , roman-numerals , template-haskell , text , text-metrics , th-lift-instances , th-utilities , universum , with-utf8 , xrefcheck , yaml mixins: base hiding (Prelude) , universum (Universum as Prelude) , universum (Universum.Unsafe as Unsafe) default-language: Haskell2010