cabal-version: >= 1.18 build-type: Simple name: ghc-make version: 0.3.3 license: BSD3 license-file: LICENSE category: Development author: Neil Mitchell maintainer: Neil Mitchell copyright: Neil Mitchell 2013-2017 synopsis: Accelerated version of ghc --make description: The @ghc-make@ program can be used as a drop-in replacement for @ghc@. This program targets two use cases: . * If a flag such as @-j4@ is passed, the modules will be compiled in parallel. If the available parallelism is greater than a factor of 3, the build will probably run faster. . * If there is no work to do (i.e. the compiled files are up-to-date), the build will run faster, sometimes significantly so. . See the readme for full details: . homepage: https://github.com/ndmitchell/ghc-make#readme bug-reports: https://github.com/ndmitchell/ghc-make/issues extra-doc-files: README.md CHANGES.txt tested-with: GHC==8.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2 source-repository head type: git location: https://github.com/ndmitchell/ghc-make.git executable ghc-make main-is: Main.hs default-language: Haskell2010 ghc-options: -threaded hs-source-dirs: src build-depends: base == 4.*, shake >= 0.16, unordered-containers >= 0.2.1, process >= 1.0 other-modules: Arguments Makefile