execs-0.1.0.0: execs.cabal
name: execs
version: 0.1.0.0
synopsis: Tool to run stack exec prj-exe more easy
description: Tool to run stack exec prj-exe more easy
homepage: https://github.com/wapxmas/execs#readme
license: MIT
license-file: LICENSE
author: Sergey N. Yashin
maintainer: yashin.sergey@gmail.com
copyright: 2016 Sergey N. Yashin
category: Utils
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Execs
build-depends: base >= 4.7 && < 5
ghc-options: -W -Wall
default-language: Haskell2010
executable execs
hs-source-dirs: app
main-is: Main.hs
ghc-options: -W -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, execs
, directory >= 1.2 && < 1.4
, text >= 1.2 && < 1.4
, process >= 1.2 && < 1.4
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/wapxmas/execs