-- Initial crunghc.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: crunghc version: 0.1.1.1 synopsis: A runghc replacement with transparent caching description: crunghc is a program that acts like runghc. When it executes a Haskell script, it automatically stores a compiled cache of the script to the disk, so that the compilation overhead can be avoided in subsequent runs. license: PublicDomain license-file: LICENSE author: Takano Akio maintainer: aljee@hyper.cx -- copyright: category: Development build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/takano-akio/crunghc.git executable crunghc main-is: main.hs -- other-modules: -- other-extensions: build-depends: base >=4.5 && <4.7, process >= 1.0, filepath >= 1.3, directory >= 1.2, text >= 0.11, bytestring >= 0.9.2.1, SHA >= 1.6, transformers >= 0.3, filelock >= 0.0, time >= 1.4 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -threaded if !os(windows) build-depends: unix cpp-options: -DUSE_UNIX