Cabal revisions of shake-ext-2.11.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.18-name: shake-ext-version: 2.11.0.2-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.Cabal- Development.Shake.Version- Development.Shake.C- Development.Shake.CCJS- Development.Shake.Elm- Development.Shake.Literate- hs-source-dirs: src- other-modules:- Development.Shake.TH- default-language: Haskell2010- other-extensions: GeneralizedNewtypeDeriving PatternSynonyms- TypeFamilies DeriveAnyClass DeriveGeneric- ghc-options: -Wall- build-depends:- base >=4.9 && <5,- Cabal >=2.2,- cdeps -any,- composition-prelude -any,- cpphs -any,- directory -any,- shake -any,- template-haskell -any- - if flag(development)- ghc-options: -Werror- - if impl(ghc >=8.0)- ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates+cabal-version: 1.18 +name: shake-ext +version: 2.11.0.2 +x-revision: 1 +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.Cabal + Development.Shake.Version + Development.Shake.C + Development.Shake.CCJS + Development.Shake.Elm + Development.Shake.Literate + hs-source-dirs: src + other-modules: + Development.Shake.TH + default-language: Haskell2010 + other-extensions: GeneralizedNewtypeDeriving PatternSynonyms + TypeFamilies DeriveAnyClass DeriveGeneric + ghc-options: -Wall + build-depends: + base >=4.10 && <5, + Cabal >=2.2, + cdeps -any, + composition-prelude -any, + cpphs -any, + directory -any, + shake -any, + template-haskell -any + + if flag(development) + ghc-options: -Werror + + if impl(ghc >=8.0) + ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates