cabal-version: >=1.10 name: sfx-scripting version: 0.1.0.0 license: BSD3 license-file: LICENSE copyright: (c) 2018 Simon Reiser maintainer: simonfxr@gmail.com author: Simon Reiser homepage: https://github.com/simonfxr/hs-sfx-scripting#readme bug-reports: https://github.com/simonfxr/hs-sfx-scripting/issues synopsis: Simplify writing script like programs description: Please see the README on GitHub at category: System build-type: Simple source-repository head type: git location: https://github.com/simonfxr/hs-sfx-scripting library exposed-modules: SfxScripting hs-source-dirs: src other-modules: Paths_sfx_scripting default-language: Haskell2010 build-depends: base >=4.7 && <5, base-prelude >=1.2.1 && <1.3, text >=1.2.3.0 && <1.3, turtle >=1.5.8 && <1.6