name: shake-ext version: 0.1.0.1 x-revision: 1 synopsis: Helper functions for linting with [shake](http://shakebuild.com/) description: This package provides several linters out of the box, as well as several helper functions for build ATS projects. homepage: https://hub.darcs.net/vmchale/shake-ext license: BSD3 license-file: LICENSE author: Vanessa McHale maintainer: vamchale@gmail.com copyright: Copyright: (c) 2018 Vanessa McHale category: Development build-type: Simple extra-doc-files: README.md extra-source-files: cabal.project.local cabal-version: 1.18 Flag development { Description: Enable `-Werror` manual: True default: False } library hs-source-dirs: src exposed-modules: Development.Shake.FileDetect , Development.Shake.Linters build-depends: base >= 4.9 && < 5 , shake default-language: Haskell2010 if flag(development) ghc-options: -Werror if impl(ghc >= 8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat ghc-options: -Wall -- test-suite continued-fractions-test -- type: exitcode-stdio-1.0 -- hs-source-dirs: test -- main-is: Spec.hs -- build-depends: base -- , continued-fraction -- , hspec -- if flag(development) -- ghc-options: -Werror -- ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat -- default-language: Haskell2010 source-repository head type: darcs location: https://hub.darcs.net/vmchale/shake-ext