cabal-version: 1.18 name: shake-ext version: 2.12.0.0 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale homepage: https://hub.darcs.net/vmchale/shake-ext synopsis: Helper functions for linting with shake description: This package provides several linters out of the box, for use with [shake](http://shakebuild.com/). category: Development, Shake build-type: Simple extra-doc-files: README.md source-repository head type: darcs location: https://hub.darcs.net/vmchale/ats flag development description: Enable `-Werror` default: False manual: True library exposed-modules: Development.Shake.FileDetect Development.Shake.Linters Development.Shake.Man Development.Shake.Check Development.Shake.Clean Development.Shake.Version Development.Shake.C hs-source-dirs: src other-modules: Development.Shake.TH default-language: Haskell2010 other-extensions: GeneralizedNewtypeDeriving PatternSynonyms TypeFamilies DeriveAnyClass DeriveGeneric DerivingStrategies TemplateHaskell RankNTypes ghc-options: -Wall build-depends: base >=4.9 && <5, cdeps -any, composition-prelude -any, directory -any, shake >=0.14, template-haskell -any if flag(development) ghc-options: -Werror if impl(ghc >=8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates