devtools-0.1.0: devtools.cabal
cabal-version: 1.18
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1ab3f83c389cae0745d3d2ddb4de502d0a96c2d0b770b4c1a5a5f1ac1dcbd7a1
name: devtools
version: 0.1.0
synopsis: Haskell development tool agregate
description: An attempt to group development that would typically run on CI / local
into one tasty interface.
category: Testing
homepage: https://github.com/mbj/devtools-hs#readme
bug-reports: https://github.com/mbj/devtools-hs/issues
author: Markus Schirp <mbj@schirp-dso.com>
maintainer: Markus Schirp <mbj@schirp-dso.com>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-doc-files:
README.md
source-repository head
type: git
location: https://github.com/mbj/devtools-hs
flag development
description: Run GHC with development flags
manual: True
default: False
library
exposed-modules:
Devtools
Devtools.Config
Devtools.Dependencies
Devtools.HLint
Devtools.Prelude
other-modules:
Paths_devtools
hs-source-dirs:
src
default-extensions: DerivingStrategies LambdaCase NoImplicitPrelude OverloadedStrings RecordWildCards StrictData
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-local-signatures -Wmonomorphism-restriction -Wredundant-constraints -fplugin=SourceConstraints -funbox-strict-fields -optP-Wno-nonportable-include-path
build-depends:
Diff >0.3 && <0.5
, base >4.12 && <4.15
, bytestring >=0.10 && <0.11
, cmdargs >=0.10.20 && <0.11
, filepath >=1.4 && <1.5
, hlint >3.1 && <4
, mprelude >=0.2.0 && <0.3
, source-constraints >=0.0.1 && <0.1
, tasty >=1.3.1 && <1.4
, tasty-mgolden >=0.0.1 && <0.1
, text >=1.2 && <1.3
, typed-process >=0.2 && <0.3
if flag(development)
ghc-options: -Werror
else
ghc-options: -Wwarn
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: test/Test.hs
other-modules:
Paths_devtools
default-extensions: DerivingStrategies LambdaCase NoImplicitPrelude OverloadedStrings RecordWildCards StrictData
ghc-options: -Wall -Wcompat -Widentities -Wimplicit-prelude -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-exported-signatures -Wmissing-local-signatures -Wmonomorphism-restriction -Wredundant-constraints -fplugin=SourceConstraints -funbox-strict-fields -optP-Wno-nonportable-include-path -rtsopts -threaded -with-rtsopts=-N
build-depends:
Diff >0.3 && <0.5
, base >4.12 && <4.15
, bytestring >=0.10 && <0.11
, cmdargs >=0.10.20 && <0.11
, devtools
, filepath >=1.4 && <1.5
, hlint >3.1 && <4
, mprelude >=0.2.0 && <0.3
, source-constraints >=0.0.1 && <0.1
, tasty >=1.3.1 && <1.4
, tasty-mgolden >=0.0.1 && <0.1
, text >=1.2 && <1.3
, typed-process >=0.2 && <0.3
if flag(development)
ghc-options: -Werror
else
ghc-options: -Wwarn
default-language: Haskell2010