Command-0.0.7: Command.cabal
Name: Command
Version: 0.0.7
License: BSD3
License-File: LICENSE
Author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ>
Maintainer: Tony Morris
Synopsis: A replacement for System.Exit and System.Process
Category: System
Homepage: https://github.com/tonymorris/command
Description:
Specifically, this library replaces @System.Exit.ExitCode@ with an abstract data type.
Cabal-Version: >= 1.6
Build-Type: Simple
Source-Repository head
Type: git
Location: git@github.com:tonymorris/command.git
Flag small_base
Description: Choose the new, split-up base package.
Library
Build-Depends:
base < 5 && >= 4
, process >= 1.0
, directory >= 1.1
GHC-Options:
-Wall
Hs-Source-Dirs:
src
Exposed-Modules:
System.Command